.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
README.md
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
towncrier.toml
tox.ini
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/test.yml
changelog.d/+active.misc.rst
changelog.d/+coverage-config.misc.rst
changelog.d/+distribute.misc.rst
changelog.d/+slow-tests.misc.rst
changelog.d/.gitkeep
changelog.d/109.misc.rst
changelog.d/132.bugfix.rst
changelog.d/133.bugfix.rst
changelog.d/134.bugfix.rst
changelog.d/135.bugfix.rst
changelog.d/136.bugfix.rst
changelog.d/152.bugfix.rst
docs/api-test.rst
docs/api.rst
docs/conf.py
docs/history.rst
docs/index.rst
docs/motivation.rst
docs/usage-cli.rst
docs/usage-setuptools.rst
src/setuptools_pyproject_migration/__init__.py
src/setuptools_pyproject_migration/_long_description.py
src/setuptools_pyproject_migration/_types.py
src/setuptools_pyproject_migration/cli.py
src/setuptools_pyproject_migration.egg-info/PKG-INFO
src/setuptools_pyproject_migration.egg-info/SOURCES.txt
src/setuptools_pyproject_migration.egg-info/dependency_links.txt
src/setuptools_pyproject_migration.egg-info/entry_points.txt
src/setuptools_pyproject_migration.egg-info/requires.txt
src/setuptools_pyproject_migration.egg-info/top_level.txt
test_support/test_support/__init__.py
test_support/test_support/distribution.py
test_support/test_support/metadata.py
tests/conftest.py
tests/test_classifiers.py
tests/test_contributors.py
tests/test_deprecated_console_script.py
tests/test_entry_points.py
tests/test_license.py
tests/test_license_files.py
tests/test_long_description_utilities.py
tests/test_optional_dependencies.py
tests/test_readme.py
tests/test_requires_python.py
tests/test_setup_command.py
tests/test_static_data.py
tests/test_transform_contributors.py
tests/test_urls.py
tests/distribution/conftest.py
tests/distribution/test_distribution_packages.py