Correct package import
This commit is contained in:
3
setup.py
3
setup.py
@@ -5,8 +5,7 @@ from setuptools import setup, find_packages
|
|||||||
from sys import path
|
from sys import path
|
||||||
from os.path import dirname
|
from os.path import dirname
|
||||||
|
|
||||||
path.append(dirname(__file__))
|
import torrentSearch
|
||||||
import delugeClient
|
|
||||||
|
|
||||||
with open("README.md", "r", encoding="utf-8") as fh:
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user