MANIFEST.in
README.md
pyproject.toml
src/pl_vendor/__init__.py
src/pl_vendor/__main__.py
src/pl_vendor/_git.py
src/pl_vendor/_reporting.py
src/pl_vendor/cli.py
src/pl_vendor/config.py
src/pl_vendor/preflight.py
src/pl_vendor/project.py
src/pl_vendor.egg-info/PKG-INFO
src/pl_vendor.egg-info/SOURCES.txt
src/pl_vendor.egg-info/dependency_links.txt
src/pl_vendor.egg-info/entry_points.txt
src/pl_vendor.egg-info/requires.txt
src/pl_vendor.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/stub_git.py
tests/test_cli.py
tests/test_config.py
tests/test_git.py
tests/test_preflight.py
tests/test_project.py
tests/test_publish_version.py
tests/test_reporting.py