Skip to content

Commit

Permalink
add fallback version
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 20, 2025
1 parent 1e7254d commit 07c2c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ convention = "numpy"
packages = ["{{ cookiecutter.project_slug }}"]

[tool.setuptools_scm]
fallback_version = "999"
write_to = "{{ cookiecutter.project_slug }}/version.py"
write_to_template = '''
# Do not change! Do not track in version control!
Expand Down

0 comments on commit 07c2c72

Please sign in to comment.