File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=45 " , " wheel " , " setuptools_scm[toml]>=6.0 " ]
3
- build-backend = " setuptools.build_meta "
2
+ requires = [" hatchling " , " hatch_vcs " ]
3
+ build-backend = " hatchling.build "
4
4
5
5
[project ]
6
6
name = " pytask_stata"
@@ -36,6 +36,23 @@ Changelog = "https://github.com/pytask-dev/pytask-stata/blob/main/CHANGES.md"
36
36
[project .entry-points ]
37
37
pytask = { pytask_stata = " pytask_stata.plugin" }
38
38
39
+ [tool .rye ]
40
+ managed = true
41
+
42
+ [tool .hatch .build .targets .sdist ]
43
+ exclude = [" tests" ]
44
+ only-packages = true
45
+
46
+ [tool .hatch .build .targets .wheel ]
47
+ exclude = [" tests" ]
48
+ only-packages = true
49
+
50
+ [tool .hatch .version ]
51
+ source = " vcs"
52
+
53
+ [tool .hatch .metadata ]
54
+ allow-direct-references = true
55
+
39
56
[tool .setuptools ]
40
57
include-package-data = true
41
58
package-dir = { "" = " src" }
You can’t perform that action at this time.
0 commit comments