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"]},