1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00

Release 0.0.14 (with all test data)

This commit is contained in:
Miro Hrončok 2024-10-29 17:48:08 +01:00
parent 4521deaeab
commit f3a71af340
2 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ include pyproject.toml
include tox.ini include tox.ini
recursive-include tests *.py recursive-include tests *.py
recursive-include tests *.ini recursive-include tests *.ini
recursive-include tests pyproject.toml
prune tests/.tox prune tests/.tox

View File

@ -14,7 +14,7 @@ setup(
author_email="miro@hroncok.cz", author_email="miro@hroncok.cz",
url="https://github.com/fedora-python/tox-current-env", url="https://github.com/fedora-python/tox-current-env",
license="MIT", license="MIT",
version="0.0.13", version="0.0.14",
package_dir={"": "src"}, package_dir={"": "src"},
packages=find_packages("src"), packages=find_packages("src"),
entry_points={"tox": ["current-env = tox_current_env.hooks"]}, entry_points={"tox": ["current-env = tox_current_env.hooks"]},