Skip to content

Remove universal bdist_wheel option; use "python -m build"#1739

Merged
jensens merged 2 commits intocookiecutter:masterfrom
mwtoews:dist-build
Jun 19, 2022
Merged

Remove universal bdist_wheel option; use "python -m build"#1739
jensens merged 2 commits intocookiecutter:masterfrom
mwtoews:dist-build

Conversation

@mwtoews
Copy link
Copy Markdown
Contributor

@mwtoews mwtoews commented Jun 16, 2022

The main change in this PR is to remove the universal bdist_wheel option, which provides a wheel file cookiecutter-2.1.1-py2.py3-none-any.whl with misleading "py2" in the name. The fix included here creates cookiecutter-2.1.2.dev0-py3-none-any.whl, as this is a Python 3 only project.

Other changes to Makefile are to use python -m build (i.e. PyPA's build) instead of python setup.py (article).

@jensens jensens merged commit 60a049e into cookiecutter:master Jun 19, 2022
@mwtoews mwtoews deleted the dist-build branch June 19, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants