1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-25 01:26:13 +01:00

Release 0.0.5

This commit is contained in:
Miro Hrončok 2020-11-25 12:06:36 +01:00
parent 4348640a83
commit 60bde0041c

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.4", version="0.0.5",
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"]},