LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
src/cookiecutter_python/__init__.py
src/cookiecutter_python/cookiecutter.json
src/cookiecutter_python.egg-info/PKG-INFO
src/cookiecutter_python.egg-info/SOURCES.txt
src/cookiecutter_python.egg-info/dependency_links.txt
src/cookiecutter_python.egg-info/not-zip-safe
src/cookiecutter_python.egg-info/requires.txt
src/cookiecutter_python.egg-info/top_level.txt
src/cookiecutter_python/hooks/__init__.py
src/cookiecutter_python/hooks/post_gen_project.py
src/cookiecutter_python/hooks/pre_gen_project.py
src/cookiecutter_python/{{ cookiecutter.project_slug }}/LICENSE.txt
src/cookiecutter_python/{{ cookiecutter.project_slug }}/MANIFEST.in
src/cookiecutter_python/{{ cookiecutter.project_slug }}/README.rst
src/cookiecutter_python/{{ cookiecutter.project_slug }}/pyproject.toml
src/cookiecutter_python/{{ cookiecutter.project_slug }}/.github/workflows/test.yaml
src/cookiecutter_python/{{ cookiecutter.project_slug }}/requirements/docs.txt
src/cookiecutter_python/{{ cookiecutter.project_slug }}/requirements/rtd.txt
src/cookiecutter_python/{{ cookiecutter.project_slug }}/scripts/read_required.py
src/cookiecutter_python/{{ cookiecutter.project_slug }}/src/{{ cookiecutter.pkg_name }}/__init__.py
src/cookiecutter_python/{{ cookiecutter.project_slug }}/src/{{ cookiecutter.pkg_name }}/py.typed
src/cookiecutter_python/{{ cookiecutter.project_slug }}/tests/smoke_test.py
src/cookiecutter_python_package.egg-info/SOURCES.txt
src/cookiecutter_python_package.egg-info/dependency_links.txt
src/cookiecutter_python_package.egg-info/requires.txt
src/cookiecutter_python_package.egg-info/top_level.txt
tests/conftest.py
tests/test_prehook.py
tests/test_running_test_suite.py
tests/data/correct_python_package_names.txt
tests/data/test_cookiecutter.json