Skip to content

Commit d08c39a

Browse files
author
Kirill Sibirev
committed
Improve test_requirements installation
1 parent 89bc5e4 commit d08c39a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

debparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# coding: utf-8
22

3-
from .import deb_control
3+
from . import deb_control

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
'Programming Language :: Python :: 3.4',
5555
],
5656
test_suite='tests',
57-
tests_require=test_requirements
57+
tests_require=test_requirements,
58+
extras_require={
59+
'tests': test_requirements,
60+
}
5861
)

0 commit comments

Comments
 (0)