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

Update build to use exclusively pyproject.toml #5837

Closed
kalebmckale opened this issue Aug 20, 2023 · 1 comment · Fixed by #5836
Closed

Update build to use exclusively pyproject.toml #5837

kalebmckale opened this issue Aug 20, 2023 · 1 comment · Fixed by #5836
Labels
Category: Future Issue is planned for the future.

Comments

@kalebmckale
Copy link
Contributor

The goal: modernize build

  • consolidates all of setuptools metadata and configuration as well as coverage configuration within pyproject.toml.
  • removes deprecated setup.cfg and setup.py.
  • updates run-tests.sh to use pyproject.toml instead of setup.cfg for coverage configuration.
@matteius matteius added the Category: Future Issue is planned for the future. label Aug 22, 2023
@kalebmckale
Copy link
Contributor Author

All done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Future Issue is planned for the future.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants