From f3a71af340e5f19a49fd5b3c4989682f465046fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 29 Oct 2024 17:48:08 +0100 Subject: [PATCH] Release 0.0.14 (with all test data) --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 649aa9e..0b707b6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ include pyproject.toml include tox.ini recursive-include tests *.py recursive-include tests *.ini +recursive-include tests pyproject.toml prune tests/.tox diff --git a/setup.py b/setup.py index 2189125..5ad3137 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author_email="miro@hroncok.cz", url="https://github.com/fedora-python/tox-current-env", license="MIT", - version="0.0.13", + version="0.0.14", package_dir={"": "src"}, packages=find_packages("src"), entry_points={"tox": ["current-env = tox_current_env.hooks"]},