Correct package import

This commit is contained in:
2021-07-04 15:29:00 +02:00
parent 91c8a3b238
commit dfdcaa846a

View File

@@ -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()