diff --git a/CHANGELOG.md b/CHANGELOG.md index 2943c73..be2f7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 8cdde32..e6b5dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,9 +47,7 @@ version = {attr = "blag.__VERSION__" } [tool.setuptools] packages = [ "blag", - "blag.templates", - "blag.static", - "blag.content", + "tests", ] [tool.setuptools.package-data]