diff --git a/setup.py b/setup.py index a959983..72c5483 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,7 @@ from setuptools import setup, find_packages from sys import path from os.path import dirname -path.append(dirname(__file__)) -import delugeClient +import torrentSearch with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read()