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 8116e11 commit a408c49Copy full SHA for a408c49
CHANGES.rst
@@ -4,7 +4,7 @@ Changes
4
1.0.1 (unreleased)
5
------------------
6
7
-- Nothing changed yet.
+- Updated d2to1 dependency
8
9
10
1.0.0 (2013-02-08)
setup.cfg
@@ -23,8 +23,13 @@ extra_files =
23
README.rst
24
CHANGES.rst
25
26
+[backwards_compat]
27
+tests-require =
28
+ six
29
+ nose
30
+
31
[test]
-tests-require = six
32
+test-suite = nose.collector
33
34
[nosetests]
35
with-doctest=1
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
setup(
- setup_requires=['d2to1'],
+ setup_requires=['d2to1>=0.2.9'],
tests_require=['six'],
d2to1=True,
0 commit comments