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 setuptools_scm to generate package version #14

Merged
merged 4 commits into from
Feb 23, 2024

Conversation

gotmax23
Copy link
Contributor

Fixes: #8

@NikitaBeloglazov NikitaBeloglazov self-assigned this Feb 23, 2024
@NikitaBeloglazov
Copy link
Owner

For now seems all OK

@NikitaBeloglazov NikitaBeloglazov merged commit 193b231 into NikitaBeloglazov:main Feb 23, 2024
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest completely removing __version__.py from source control and adding it to .gitiginore over having a placeholder file. Otherwise, running, for example, python -m build, will modify the file in place and create a dirty git checkout.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest completely removing __version__.py from source control

Currently, the only option available is:

  • Leave __version__.py in place, but add it to .gitiginore

To prevent changes to this file from being recorded

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 this pull request may close these issues.

Invalid placeholder value in pyproject.toml
2 participants