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 db0b699 commit 86150aaCopy full SHA for 86150aa
setup.cfg
@@ -12,8 +12,7 @@ description-file =
12
CHANGES.rst
13
home-page = https://github.com/graingert/python-clamd
14
requires-dist =
15
- setuptools (0.7)
16
- six (1.3)
+ six (>=1.3)
17
classifier = License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
18
19
[files]
@@ -25,7 +24,7 @@ extra_files =
25
24
26
[backwards_compat]
27
tests-require =
28
- nose (1.3)
+ nose (==1.3)
29
30
[test]
31
test-suite = nose.collector
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
setup(
5
- setup_requires=['d2to1>=0.2.9'],
+ setup_requires=['d2to1>=0.2.11'],
6
d2to1=True,
7
8
# This ensures that the MANIFEST.in is read, but it
0 commit comments