1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-07-30 12:23:29 +02:00

Release 0.0.15

This commit is contained in:
Miro Hrončok
2025-03-05 00:15:57 +01:00
parent ad715584e7
commit 09d599d7d9

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