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 946ac53 commit e47c7e1Copy full SHA for e47c7e1
pyproject.toml
@@ -1,6 +1,9 @@
1
[build-system]
2
-requires = ["setuptools", "wheel"]
3
-build-backend = "setuptools.build_meta"
+build-backend = "hatchling.build"
+requires = [
4
+ "hatch-vcs",
5
+ "hatchling",
6
+]
7
8
[project]
9
name = "sphinx-lint"
@@ -33,10 +36,11 @@ repository = "https://github.com/sphinx-contrib/sphinx-lint"
33
36
[project.scripts]
34
37
sphinx-lint = "sphinxlint.__main__:main"
35
38
-[tool.setuptools]
-packages = ["sphinxlint"]
-include-package-data = false
39
-dynamic.version.attr = "sphinxlint.__version__"
+[tool.hatch]
40
+version.source = "vcs"
41
+
42
+[tool.hatch.version.raw-options]
43
+local_scheme = "no-local-version"
44
45
[tool.black]
46
0 commit comments