We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2c0af commit 1cbea15Copy full SHA for 1cbea15
pyproject.toml
@@ -42,6 +42,9 @@ dev-dependencies = [
42
"tox-uv>=1.8.2",
43
]
44
45
+[tool.hatch.build.hooks.vcs]
46
+version-file = "src/pytask_stata/_version.py"
47
+
48
[tool.hatch.build.targets.sdist]
49
exclude = ["tests"]
50
only-packages = true
@@ -56,20 +59,6 @@ source = "vcs"
56
59
[tool.hatch.metadata]
57
60
allow-direct-references = true
58
61
-[tool.setuptools]
-include-package-data = true
-package-dir = { "" = "src" }
62
-zip-safe = false
63
-platforms = ["any"]
64
-license-files = ["LICENSE"]
65
-
66
-[tool.setuptools.packages.find]
67
-where = ["src"]
68
-namespaces = false
69
70
-[tool.setuptools_scm]
71
-write_to = "src/pytask_stata/_version.py"
72
73
[tool.mypy]
74
files = ["src", "tests"]
75
check_untyped_defs = true
0 commit comments