Skip to content

Commit 4504aae

Browse files
committed
Keep the pyproject.toml configuration in sync with the legacy setup.py configuration, for setuptools-scm
1 parent 89f9aec commit 4504aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
33
build-backend = "setuptools.build_meta:__legacy__"
44

55
[tool.setuptools_scm]
6+
version_scheme = "post-release"
67

78
[tool.coverage.run]
89
source = ['.']

0 commit comments

Comments
 (0)