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

Migrate from setuptools to pyproject #124

Closed
danielnaumau opened this issue Jul 11, 2024 · 2 comments · Fixed by #125
Closed

Migrate from setuptools to pyproject #124

danielnaumau opened this issue Jul 11, 2024 · 2 comments · Fixed by #125
Assignees

Comments

@danielnaumau
Copy link
Contributor

https://packaging.python.org/en/latest/guides/modernize-setup-py-project/

@pawel-wroniszewski
Copy link
Contributor

Also use "python -m build" instead of "python setup.py sdist bdist_wheel", as calling setup.py directly is deprecated.
The "build" package needs to be installed first.
https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#setup-py-deprecated

@arnasbr arnasbr self-assigned this Jul 15, 2024
@arnasbr
Copy link
Contributor

arnasbr commented Jul 15, 2024

#125

@arnasbr arnasbr linked a pull request Jul 15, 2024 that will close this issue
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 a pull request may close this issue.

3 participants