.coveragerc
.testr.conf
COPYING
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.cfg
test-requirements.txt
tox.ini
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/coverage.yml
.github/workflows/packaging.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/spelling_wordlist.txt
mkpkg/__init__.py
mkpkg/__main__.py
mkpkg/_cli.py
mkpkg.egg-info/PKG-INFO
mkpkg.egg-info/SOURCES.txt
mkpkg.egg-info/dependency_links.txt
mkpkg.egg-info/entry_points.txt
mkpkg.egg-info/requires.txt
mkpkg.egg-info/top_level.txt
mkpkg/template/.coveragerc.j2
mkpkg/template/.testr.conf
mkpkg/template/COPYING.j2
mkpkg/template/MANIFEST.in
mkpkg/template/README.rst.j2
mkpkg/template/codecov.yml
mkpkg/template/pyproject.toml.j2
mkpkg/template/setup.cfg.j2
mkpkg/template/setup.py.j2
mkpkg/template/tests.py.j2
mkpkg/template/tox.ini.j2
mkpkg/template/.github/FUNDING.yml
mkpkg/template/.github/workflows/ci.yml
mkpkg/template/.github/workflows/coverage.yml
mkpkg/template/.github/workflows/packaging.yml
mkpkg/template/docs/index.rst
mkpkg/template/docs/requirements.txt
mkpkg/template/package/__init__.py.j2
mkpkg/template/package/__main__.py.j2
mkpkg/template/package/_build.py.j2
mkpkg/template/package/_cli.py.j2
mkpkg/tests/__init__.py
mkpkg/tests/test_integration.py