1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-02-04 10:36:18 +01:00

Release 0.0.3

This commit is contained in:
Miro Hrončok 2020-09-30 15:34:40 +02:00
parent 4212694dc6
commit ab458fae39

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