.gitignore
.python-version
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.cookiecutter/cookiecutter.json
.cookiecutter/includes/README/head.md
.cookiecutter/includes/README/tail.md
.cookiecutter/includes/setuptools/entry_points
.cookiecutter/includes/tox/deps
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
bin/make_python
bin/make_template
src/tox_recreate/__init__.py
src/tox_recreate/plugin.py
src/tox_recreate.egg-info/PKG-INFO
src/tox_recreate.egg-info/SOURCES.txt
src/tox_recreate.egg-info/dependency_links.txt
src/tox_recreate.egg-info/entry_points.txt
src/tox_recreate.egg-info/top_level.txt
tests/__init__.py
tests/pyproject.toml
tests/functional/__init__.py
tests/functional/sanity_test.py
tests/unit/__init__.py
tests/unit/tox_recreate/__init__.py
tests/unit/tox_recreate/plugin_test.py