Skip to content

Commit

Permalink
switch to dynamic versioning (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd authored Jul 13, 2024
1 parent 5787798 commit 43ffe32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ env*/
*.ipynb
*.egg-info
build/
flexknot/_version.py
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flexknot"
version = "1.3.0"
dynamic = ["version"]
description = "Flex-Knot"
authors = [{name="Adam Neil Ormondroyd", email="[email protected]"}]
readme = "README.md"
Expand All @@ -11,3 +11,9 @@ repository = "https://github.com/adamormondroyd/flexknot"

[project.optional-dependencies]
dev = ["pytest", "flake8", "pydocstyle"]

[build-system]
requires = ["setuptools_scm>=8"]

[tool.setuptools_scm]
version_file = "flexknot/_version.py"

0 comments on commit 43ffe32

Please sign in to comment.