Skip to content

Commit 1c7e1c8

Browse files
Give up on dynamic versioning of python package for now.
1 parent cc4b90a commit 1c7e1c8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm", "wheel", "build"]
2+
requires = ["setuptools", "wheel", "build"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -11,9 +11,5 @@ dependencies = [
1111
"websocket-client",
1212
"configparser",
1313
]
14-
dynamic = ["version"]
15-
readme = "README.md"
16-
17-
# pyproject.toml
18-
[tool.setuptools_scm]
19-
write_to = "src/spacetimedb_python_sdk/_version.py"
14+
version = "0.5.0"
15+
readme = "README.md"

0 commit comments

Comments
 (0)