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.4

This commit is contained in:
Miro Hrončok 2020-11-04 17:19:04 +01:00
parent f663c1b4d5
commit d0b0c443ac

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.3",
version="0.0.4",
package_dir={"": "src"},
packages=find_packages("src"),
entry_points={"tox": ["current-env = tox_current_env.hooks"]},