Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14655ee4d7 |
+3
-1
@@ -44,7 +44,9 @@ source = "vcs"
|
|||||||
packages = ["pagerite"]
|
packages = ["pagerite"]
|
||||||
|
|
||||||
[tool.hatch.build]
|
[tool.hatch.build]
|
||||||
artifacts = ["pagerite/frontend-build"]
|
# `only-packages` drops directories without an __init__.py, so the theme
|
||||||
|
# files must be force-included as artifacts (like the frontend build).
|
||||||
|
artifacts = ["pagerite/frontend-build", "pagerite/themes"]
|
||||||
only-packages = true
|
only-packages = true
|
||||||
|
|
||||||
[tool.hatch.build.targets.sdist.hooks.custom]
|
[tool.hatch.build.targets.sdist.hooks.custom]
|
||||||
|
|||||||
Reference in New Issue
Block a user