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
* build 0.10.0
### Fixed
* fixed pyproject.toml to include tests/conftest.py
## [1.5.0] - 2023-04-16
* moved to pyproject.toml

View File

@@ -47,9 +47,7 @@ version = {attr = "blag.__VERSION__" }
[tool.setuptools]
packages = [
"blag",
"blag.templates",
"blag.static",
"blag.content",
"tests",
]
[tool.setuptools.package-data]