We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bc5e4 commit d08c39aCopy full SHA for d08c39a
debparse/__init__.py
@@ -1,3 +1,3 @@
1
# coding: utf-8
2
3
-from .import deb_control
+from . import deb_control
setup.py
@@ -54,5 +54,8 @@
54
'Programming Language :: Python :: 3.4',
55
],
56
test_suite='tests',
57
- tests_require=test_requirements
+ tests_require=test_requirements,
58
+ extras_require={
59
+ 'tests': test_requirements,
60
+ }
61
)
0 commit comments