1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-01-11 08:56:14 +01:00

Release 0.0.6

This commit is contained in:
Miro Hrončok 2021-03-29 13:51:24 +02:00
parent 2cbcf96a70
commit 60d4e23d20

View File

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