Skip to content

Commit

Permalink
Configured automatic versioning based on git tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsedla1o committed Aug 7, 2023
1 parent 14e1d6e commit 8c0d39b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
build-backend = "setuptools.build_meta"
requires = [
"setuptools >= 61",
"setuptools_scm[toml] >= 6.2",
"wheel"
]

[project]
name = "dp3"
version = "0.3.0"
name = "dp-cubed"
authors = [
{ name = "Vaclav Bartos" },
{ email = "[email protected]" },
Expand All @@ -27,7 +27,10 @@ classifiers = [
"Intended Audience :: Developers",
]
requires-python = ">=3.9"
dynamic = ["dependencies", "optional-dependencies"]
dynamic = ["version", "dependencies", "optional-dependencies"]

[tool.setuptools_scm]
version_scheme = "python-simplified-semver"

[project.scripts]
api = "dp3.bin.api:run"
Expand Down

0 comments on commit 8c0d39b

Please sign in to comment.