File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling" ]
2+ requires = [" hatchling" , " hatch-fancy-pypi-readme " ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " node"
77version = " 2.0.0.dev0"
88description = " Building data structures as node trees"
9- readme = " README.rst"
9+ dynamic = [" readme" ]
10+ requires-python = " >=3.10"
1011license = {text = " Simplified BSD" }
1112authors = [{name = " Node Contributors" , email = " dev@conestack.org" }]
1213keywords = [" node" , " tree" , " fullmapping" , " dict" ]
@@ -40,6 +41,24 @@ test = [
4041[project .urls ]
4142Homepage = " http://github.com/conestack/node"
4243
44+ [tool .hatch .version ]
45+ source = " vcs"
46+
47+ [tool .hatch .metadata ]
48+ allow-direct-references = true
49+
50+ [tool .hatch .metadata .hooks .fancy-pypi-readme ]
51+ content-type = " text/x-rst"
52+
53+ [[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
54+ path = " README.rst"
55+
56+ [[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
57+ path = " CHANGES.rst"
58+
59+ [[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
60+ path = " LICENSE.rst"
61+
4362[tool .hatch .build .targets .wheel ]
4463packages = [" src/node" ]
4564
You can’t perform that action at this time.
0 commit comments