[console_scripts]
setup-to-pyproject = setuptools_pyproject_migration.cli:old_main
setuptools-pyproject-migration = setuptools_pyproject_migration.cli:main

[distutils.commands]
pyproject = setuptools_pyproject_migration:WritePyproject
