mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-02-04 10:36:18 +01:00
Pin tox < 4, release as 0.0.7
This commit is contained in:
parent
7b2047dda1
commit
0d9beab1db
4
setup.py
4
setup.py
@ -14,12 +14,12 @@ setup(
|
||||
author_email="miro@hroncok.cz",
|
||||
url="https://github.com/fedora-python/tox-current-env",
|
||||
license="MIT",
|
||||
version="0.0.6",
|
||||
version="0.0.7",
|
||||
package_dir={"": "src"},
|
||||
packages=find_packages("src"),
|
||||
entry_points={"tox": ["current-env = tox_current_env.hooks"]},
|
||||
install_requires=[
|
||||
"tox>=3.15",
|
||||
"tox>=3.15,<4",
|
||||
"importlib_metadata; python_version < '3.8'"
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user