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

Requirements #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Requirements #14

wants to merge 2 commits into from

Conversation

kif
Copy link
Contributor

@kif kif commented May 27, 2021

This is simple patch to allow the build of wheel packages with python setup.py bdist_wheel

kif added 2 commits May 27, 2021 15:05
Allows to do a `python setup.py build_wheel` to perform the packaging
@tdgrant1
Copy link
Owner

tdgrant1 commented Jun 8, 2021

This broke my installation. I may need to look into entry_points to make this work. For now I will not merge this, but will work on incorporating it. I think using setuptools should be fine since most users should be able to get setuptools, but it is third party and not part of the official Python distribution like disutils is, which is why it wasn't being used.

@kif
Copy link
Contributor Author

kif commented Jun 23, 2021

Apparently, with Python 3.10, distutil will definitively be replaced with setuptools

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