Skip to content

Commit

Permalink
Release 0.0.14 (with all test data)
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Oct 29, 2024
1 parent 4521dea commit f3a71af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ include pyproject.toml
include tox.ini
recursive-include tests *.py
recursive-include tests *.ini
recursive-include tests pyproject.toml
prune tests/.tox
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def long_description():
author_email="[email protected]",
url="https://github.com/fedora-python/tox-current-env",
license="MIT",
version="0.0.13",
version="0.0.14",
package_dir={"": "src"},
packages=find_packages("src"),
entry_points={"tox": ["current-env = tox_current_env.hooks"]},
Expand Down

0 comments on commit f3a71af

Please sign in to comment.