mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
Release 0.0.14 (with all test data)
This commit is contained in:
parent
4521deaeab
commit
f3a71af340
@ -3,4 +3,5 @@ include pyproject.toml
|
|||||||
include tox.ini
|
include tox.ini
|
||||||
recursive-include tests *.py
|
recursive-include tests *.py
|
||||||
recursive-include tests *.ini
|
recursive-include tests *.ini
|
||||||
|
recursive-include tests pyproject.toml
|
||||||
prune tests/.tox
|
prune tests/.tox
|
||||||
|
2
setup.py
2
setup.py
@ -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.13",
|
version="0.0.14",
|
||||||
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"]},
|
||||||
|
Loading…
Reference in New Issue
Block a user