mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
@@ -44,6 +44,11 @@
|
|||||||
* types-markdown 3.4.2.9
|
* types-markdown 3.4.2.9
|
||||||
* build 0.10.0
|
* build 0.10.0
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* fixed pyproject.toml to include tests/conftest.py
|
||||||
|
|
||||||
|
|
||||||
## [1.5.0] - 2023-04-16
|
## [1.5.0] - 2023-04-16
|
||||||
|
|
||||||
* moved to pyproject.toml
|
* moved to pyproject.toml
|
||||||
|
|||||||
@@ -47,9 +47,7 @@ version = {attr = "blag.__VERSION__" }
|
|||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = [
|
packages = [
|
||||||
"blag",
|
"blag",
|
||||||
"blag.templates",
|
"tests",
|
||||||
"blag.static",
|
|
||||||
"blag.content",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
|
|||||||
Reference in New Issue
Block a user