We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f209ae3 commit 9d744c5Copy full SHA for 9d744c5
pyproject.toml
@@ -45,15 +45,19 @@ path = "PROJECT_NAME/__init__.py"
45
46
[tool.hatch.build]
47
include = [
48
- "/PROJECT_NAME",
49
- "/README.md",
50
- "/CHANGELOG.md",
+ "PROJECT_NAME",
+ "README.md",
+ "CHANGELOG.md",
51
"LICENSE"
52
]
53
54
-[tool.hatch.build.targets.dist]
+[tool.hatch.build.targets.sdist]
55
56
- "/examples"
+ "*"
57
+]
58
+exclude = [
59
+ ".*",
60
+ "dist"
61
62
63
[tool.hatch.metadata.hooks.fancy-pypi-readme]
@@ -96,7 +100,8 @@ ignore = [
96
100
'tox.ini',
97
101
'tests/*',
98
102
'examples/*',
99
- '.coveragerc'
103
+ '.coveragerc',
104
+ 'requirements-dev.txt'
105
106
107
[pimoroni]
0 commit comments