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 1c98a53 commit 5337ae1Copy full SHA for 5337ae1
setup.py
@@ -12,9 +12,6 @@
12
except ImportError:
13
from distutils.core import setup
14
15
-if sys.argv[-1] == 'sdist' and sys.version_info[0] >= 3:
16
- print('ERROR: You must build python-future with Python 2', file=sys.stderr)
17
- sys.exit(1)
18
19
if sys.argv[-1] == 'publish':
20
os.system('python setup.py sdist upload')
0 commit comments