Skip to content

Commit 18110d6

Browse files
committed
Merge branch 'master' into refactor-package-layout-bs5
2 parents a557245 + 75b3236 commit 18110d6

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

pyproject.toml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,33 @@ dependencies = [
3131
[project.optional-dependencies]
3232
test = [
3333
"cone.app[test]",
34+
"cone.ugm[test]",
3435
]
3536

3637
[project.urls]
3738
Homepage = "http://github.com/conestack/cone.tokens"
3839

3940
[tool.hatch.metadata.hooks.fancy-pypi-readme]
4041
content-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]
5263
packages = ["src/cone"]

0 commit comments

Comments
 (0)