1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-08-01 21:23:40 +02:00

Release 0.0.2

This commit is contained in:
Miro Hrončok
2019-08-12 16:49:59 +02:00
parent e7aef3fb2e
commit 56d71f94dc

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.1", version="0.0.2",
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"]},