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

This commit is contained in:
Miro Hrončok 2023-01-10 17:31:28 +01:00
parent daf3872164
commit 22b05190f1

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