Skip to content

Commit 86150aa

Browse files
committed
Fix package so it installs
1 parent db0b699 commit 86150aa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ description-file =
1212
CHANGES.rst
1313
home-page = https://github.com/graingert/python-clamd
1414
requires-dist =
15-
setuptools (0.7)
16-
six (1.3)
15+
six (>=1.3)
1716
classifier = License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
1817

1918
[files]
@@ -25,7 +24,7 @@ extra_files =
2524

2625
[backwards_compat]
2726
tests-require =
28-
nose (1.3)
27+
nose (==1.3)
2928

3029
[test]
3130
test-suite = nose.collector

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(
5-
setup_requires=['d2to1>=0.2.9'],
5+
setup_requires=['d2to1>=0.2.11'],
66
d2to1=True,
77

88
# This ensures that the MANIFEST.in is read, but it

0 commit comments

Comments
 (0)