Commit dc18e9ba authored by Jason R. Coombs's avatar Jason R. Coombs

Added comment emphasizing the importance of bdist_wheel. Using Python 3.3 fixes #143.

--HG--
extra : amend_source : 46787fd35452f54da1a8afd2bf8a30dff920d8a2
parent 2b837b28
......@@ -26,7 +26,8 @@ files_with_versions = (
'ez_setup.py', 'setuptools/version.py',
)
dist_commands = 'sdist',# 'bdist_wheel'
# bdist_wheel must be included or pip will break
dist_commands = 'sdist', 'bdist_wheel'
test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment