We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710c355 commit 67e81a5Copy full SHA for 67e81a5
setup.py
@@ -25,7 +25,7 @@
25
import re
26
27
# De-facto standard solution for Python packaging.
28
-from setuptools import find_packages, setup
+from setuptools import setup
29
30
31
def get_contents(*args):
@@ -63,4 +63,4 @@ def get_absolute_path(*args):
63
version=get_version('deb_pkg_tools', '__init__.py'),
64
install_requires=get_requirements('requirements.txt'),
65
use_scm_version=True
66
-)
+ )
0 commit comments