Skip to content

Commit a2998c1

Browse files
authored
Use dynamic versioning (#11)
1 parent 9aae59a commit a2998c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=64.0", "setuptools_scm>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "shelloracle"
7-
version = "0.0.2"
7+
dynamic = ["version"]
88
dependencies = [
99
"httpx",
1010
"prompt-toolkit",
@@ -27,6 +27,8 @@ classifiers = [
2727
[tool.setuptools]
2828
packages = ["shelloracle", "shelloracle.config", "shelloracle.providers"]
2929

30+
[tool.setuptools_scm]
31+
3032
[project.scripts]
3133
shor = "shelloracle.shelloracle:cli"
3234

0 commit comments

Comments
 (0)