We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aae59a commit a2998c1Copy full SHA for a2998c1
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
+requires = ["setuptools>=64.0", "setuptools_scm>=8"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "shelloracle"
7
-version = "0.0.2"
+dynamic = ["version"]
8
dependencies = [
9
"httpx",
10
"prompt-toolkit",
@@ -27,6 +27,8 @@ classifiers = [
27
[tool.setuptools]
28
packages = ["shelloracle", "shelloracle.config", "shelloracle.providers"]
29
30
+[tool.setuptools_scm]
31
+
32
[project.scripts]
33
shor = "shelloracle.shelloracle:cli"
34
0 commit comments