-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add pyproject.toml #181
Add pyproject.toml #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment in-line. Additionally setup.py
should now look like:
from setuptools import setup
setup()
As noted for backwards compatibility here: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PY 12? but not a blocker.
Change Description
pyproject.toml
Rationale
Conform to PEP517, 518 et al. Modernize our Python setup so as not to be left behind. Potentially help with Python 3.12 support
Testing/Review Recommendations
Tested in branch with test.pypi.org:
https://github.com/fprime-community/fprime-tools/actions/runs/7119122735
https://test.pypi.org/project/fprime-tools/0.0.1a2/
TODO: