We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2424565 commit b90e5a1Copy full SHA for b90e5a1
1 file changed
pyproject.toml
@@ -50,6 +50,9 @@ tracker = "https://github.com/DC-analysis/DCscope/issues"
50
documentation = "https://dcscope.readthedocs.io"
51
changelog = "https://github.com/DC-analysis/DCscope/blob/main/CHANGELOG"
52
53
+[tool.setuptools]
54
+packages = ["dcscope"]
55
+
56
[tool.setuptools_scm]
57
write_to = "dcscope/_version.py"
58
version_scheme = "post-release"
0 commit comments