.gitignore
.mypy.ini
.pypirc
.ruff.toml
CHANGELOG.md
LICENSE
README.md
makefile
requirements.txt
setup.py
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-testpypi.yml
.github/workflows/pull-request.yml
.github/workflows/python-publish.yml
src/pypi_templates/__init__.py
src/pypi_templates/__main__.py
src/pypi_templates/__version__.py
src/pypi_templates/main.py
src/pypi_templates/package_data.dat
src/pypi_templates.egg-info/PKG-INFO
src/pypi_templates.egg-info/SOURCES.txt
src/pypi_templates.egg-info/dependency_links.txt
src/pypi_templates.egg-info/entry_points.txt
src/pypi_templates.egg-info/requires.txt
src/pypi_templates.egg-info/top_level.txt
tests/__init__.py
tests/test_main.py