1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

added tests/conftest.py to dist

closes: #103
This commit is contained in:
Bastian Venthur
2023-06-16 10:19:45 +02:00
parent 19b41f73f8
commit f6c5eaf375
2 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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]