Skip to content

Commit 385da41

Browse files
authored
Merge pull request #404 from vphilippon/revert-401-v0.17.x
Revert "Bail if building with Py3"
2 parents 1c98a53 + 5337ae1 commit 385da41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
except ImportError:
1313
from distutils.core import setup
1414

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)
1815

1916
if sys.argv[-1] == 'publish':
2017
os.system('python setup.py sdist upload')

0 commit comments

Comments
 (0)