Prompts ======= project_name: Your project's human-readable name, capitals and spaces allowed. project_slug: Your project's slug without dashes or spaces. Used to name your repo and in other places where a Python-importable version of your project name is needed. project_url: The url of your project hosted in gitlab or github. author: This is you! The value goes into places like ``README.rst`` and such. email: The email address you want to identify yourself within the project. short_description: Describes your project briefly and gets used in places like ``README.rst`` and ``setup.py``. version: The version of the project at its inception. Default value is **0.1.0**. license: Select a license. The choices are: 1. MIT 2. APACHE 3. 2-Clause BSD 4. 3-Clause BSD 5. GPL 6. None ci_tool: Select a CI tool. The choices are: 1. GitHub 2. GitLab 3. Bitbucket 4. None