Skip to content

Commit

Permalink
How the version is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Jan 26, 2023
1 parent a1ed346 commit 0354f60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ QC = ["cotede>=0.20.2"]
repository = "https://github.com/castelao/seabird"
[project.scripts]
"seabird" = "seabird.cli:cli"

[tool.setuptools_scm]
write_to = "seabird/version.py"
git_describe_command = "git describe --dirty --tags --long --match 'v*' --first-parent"

0 comments on commit 0354f60

Please sign in to comment.