======= convert ======= Convert an existing project with a ``pyproject.toml`` configuration into a project that can be deployed with Briefcase. Runs a wizard to ask questions about your existing application (reading from the ``pyproject.toml`` file where applicable), adds the necessary files to the project, and updates the ``pyproject.toml`` file to include the ``briefcase`` section. Usage ===== To convert your application, run the following command in the application root directory (where the ``pyproject.toml`` file is located): .. code-block:: console $ briefcase convert Options ======= The following options can be provided at the command line. ``-t