|project| ========= .. sidebar-links:: self usage-cli usage-setuptools api api-test motivation history :home: :pypi: |project| provides a simple way to convert your existing `setuptools`_ project configuration to `pyproject.toml`_. Installation and usage ---------------------- There are two different ways to install this project. You can use either or both depending on what you prefer. .. TODO replace this with a toctree but in a way that doesn't duplicate links in the sidebar * :doc:`usage-cli` * :doc:`usage-setuptools` .. _setuptools: https://setuptools.pypa.io/en/latest/ .. _pyproject.toml: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/