diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-06-10 14:49:09 -0700 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2017-06-10 14:49:09 -0700 |
| commit | 10a3ceecfca9bea3155e6be6eada811192e0fa16 (patch) | |
| tree | 274fa517fd979bbbd62cb5d6de9efb4238fd3f6f /setup.cfg | |
| parent | 995d309317c6895a123c03df28bc8f51f6ead5f5 (diff) | |
| download | external_python_setuptools-10a3ceecfca9bea3155e6be6eada811192e0fa16.tar.gz external_python_setuptools-10a3ceecfca9bea3155e6be6eada811192e0fa16.tar.bz2 external_python_setuptools-10a3ceecfca9bea3155e6be6eada811192e0fa16.zip | |
Rename [wheel] section to [bdist_wheel] as the former is legacy
See:
https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125
http://pythonwheels.com/
Diffstat (limited to 'setup.cfg')
| -rwxr-xr-x | setup.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,7 @@ repository = https://upload.pypi.org/legacy/ [sdist] formats = zip -[wheel] +[bdist_wheel] universal = 1 [bumpversion:file:setup.py] - |
