Skip to content

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