From f6c5eaf375cb657ac11ed854e1d0af46df423992 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Fri, 16 Jun 2023 10:19:45 +0200 Subject: [PATCH] added tests/conftest.py to dist closes: #103 --- CHANGELOG.md | 5 +++++ pyproject.toml | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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]