File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed
Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,33 @@ dependencies = [
3131[project .optional-dependencies ]
3232test = [
3333 " cone.app[test]" ,
34+ " cone.ugm[test]" ,
3435]
3536
3637[project .urls ]
3738Homepage = " http://github.com/conestack/cone.tokens"
3839
3940[tool .hatch .metadata .hooks .fancy-pypi-readme ]
4041content-type = " text/x-rst"
42+ fragments = [
43+ {path = " README.rst" },
44+ {text = " \n\n " },
45+ {path = " CHANGES.rst" },
46+ {text = " \n\n " },
47+ {path = " LICENSE.rst" },
48+ ]
4149
42- [[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
43- path = " README.rst"
44-
45- [[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
46- path = " CHANGES.rst"
47-
48- [[tool .hatch .metadata .hooks .fancy-pypi-readme .fragments ]]
49- path = " LICENSE.rst"
50+ [tool .hatch .build .targets .sdist ]
51+ exclude = [
52+ " /.github/" ,
53+ " /js/" ,
54+ " /Makefile" ,
55+ " /mx.ini" ,
56+ " /package.json" ,
57+ " /pnpm-lock.yaml" ,
58+ " /scss/" ,
59+ " /tokens.ini" ,
60+ ]
5061
5162[tool .hatch .build .targets .wheel ]
5263packages = [" src/cone" ]
You can’t perform that action at this time.
0 commit comments