Skip to content

Commit a408c49

Browse files
committed
use latest version of d2to1 to support keywords on PyPi
1 parent 8116e11 commit a408c49

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changes
44
1.0.1 (unreleased)
55
------------------
66

7-
- Nothing changed yet.
7+
- Updated d2to1 dependency
88

99

1010
1.0.0 (2013-02-08)

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ extra_files =
2323
README.rst
2424
CHANGES.rst
2525

26+
[backwards_compat]
27+
tests-require =
28+
six
29+
nose
30+
2631
[test]
27-
tests-require = six
32+
test-suite = nose.collector
2833

2934
[nosetests]
3035
with-doctest=1

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'],
5+
setup_requires=['d2to1>=0.2.9'],
66
tests_require=['six'],
77
d2to1=True,
88

0 commit comments

Comments
 (0)