Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Jun 19, 2022

Conversation

mwtoews
Copy link
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.

None yet

2 participants