forked from github.com/blag
added data dirs to MANIFEST.in
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
||||||
large images overflowing
|
large images overflowing
|
||||||
* packaging: treat `templates`, `static` and `content` as namespace packages
|
* packaging: explicitly list `templates`, `static` and `content` as packages
|
||||||
instead of using package-data for setuptools
|
instead of using package-data for setuptools
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ version = {attr = "blag.__VERSION__" }
|
|||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = [
|
packages = [
|
||||||
"blag",
|
"blag",
|
||||||
|
"blag.templates",
|
||||||
|
"blag.static",
|
||||||
|
"blag.content",
|
||||||
"tests",
|
"tests",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user