Skip to content

Commit 327b956

Browse files
committed
fix build system
1 parent 8348fea commit 327b956

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ dependencies = [
1919
ecs-deplojo = "ecs_deplojo.cli:main"
2020

2121
[build-system]
22-
requires = ["setuptools", "wheel", "setuptools_scm[toml]"]
22+
requires = ["setuptools", "setuptools-scm[toml]"]
2323
build-backend = "setuptools.build_meta"
2424

25+
[tool.setuptools_scm]
26+
version_scheme = "guess-next-dev"
27+
local_scheme = "no-local-version"
28+
2529
[tool.coverage.run]
2630
branch = true
2731
source = ["ecs_deplojo"]

0 commit comments

Comments
 (0)