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

Add pyproject #73

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Add pyproject #73

merged 1 commit into from
Feb 23, 2024

Conversation

xgarrido
Copy link
Collaborator

The python community has selected the pyproject.toml to store project metadata

This commit also removes the quite deprecated versioneer module and replaces it with setuptools_scm that handles the project version alone (no needs to bump version).

Contributors to the software are also added at the end of the README following the contribution graphs of github.

…ct metadata

- https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
- https://peps.python.org/pep-0621

This commit also removes the quite deprecated `versioneer` module and replaces it with
`setuptools_scm` that handles the project version alone (no needs to bump version).

Contributors to the software are also added at the end of the README following the contribution
graphs of github.
@xgarrido xgarrido added the enhancement New feature or request label Feb 22, 2024
@xgarrido xgarrido requested a review from sgiardie February 22, 2024 21:19
@sgiardie
Copy link
Collaborator

Ok to merge for me

@xgarrido xgarrido merged commit ee03cae into master Feb 23, 2024
10 checks passed
@xgarrido xgarrido deleted the feature-pyproject branch February 23, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants