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

Use pyproject.toml for dependency management and tool configuration #265

Open
devsjc opened this issue Oct 22, 2024 · 0 comments
Open

Use pyproject.toml for dependency management and tool configuration #265

devsjc opened this issue Oct 22, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@devsjc
Copy link

devsjc commented Oct 22, 2024

There are many files in the root of this repo dedicated to configuring tools. Since PEP-621, a pyproject.toml file has become the standard for managing python projects. As such, moving what configuration files can be moved into a pyproject file, along with the dependencies and project metadata, would keep PVNet up to date with recommended packaging practices. This will also require a modification to the github actions to work with the new file in releasing.

For more details on how to consolidate configuration into pyproject, see this blog post.

@devsjc devsjc added enhancement New feature or request good first issue Good for newcomers labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant