We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9cd36 commit d6c158cCopy full SHA for d6c158c
1 file changed
setup.cfg
@@ -12,8 +12,8 @@ description-file =
12
CHANGES.rst
13
home-page = https://github.com/graingert/python-clamd
14
requires-dist =
15
- setuptools
16
- six
+ setuptools (0.7)
+ six (1.3)
17
classifier = License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
18
19
[files]
@@ -25,8 +25,7 @@ extra_files =
25
26
[backwards_compat]
27
tests-require =
28
29
- nose
+ nose (1.3)
30
31
[test]
32
test-suite = nose.collector
0 commit comments