.editorconfig
.gitignore
.pre-commit-config.yaml
.secrets.baseline
MANIFEST.in
README.md
pyproject.toml
.github/workflows/pyprojectr.yaml
.github/workflows/release.yaml
src/pyprojectr/__init__.py
src/pyprojectr/core.py
src/pyprojectr/pyproject.py
src/pyprojectr.egg-info/PKG-INFO
src/pyprojectr.egg-info/SOURCES.txt
src/pyprojectr.egg-info/dependency_links.txt
src/pyprojectr.egg-info/requires.txt
src/pyprojectr.egg-info/top_level.txt
src/pyprojectr/tools/__init__.py
src/pyprojectr/tools/pytest.py
src/pyprojectr/tools/setuptools_scm.py
tests/unit/test_pyproject_authors.py
tests/unit/test_pyproject_build_system.py
tests/unit/test_pyproject_model.py
tests/unit/test_pyproject_readme.py