.gitignore
LICENSE
README.rst
setup.cfg
setup.py
src/autopilot/__init__.py
src/autopilot/exceptions.py
src/autopilot/git.py
src/autopilot/main.py
src/autopilot/pypi.py
src/autopilot/render.py
src/autopilot/ui.py
src/autopilot/utils.py
src/autopilot/validate.py
src/autopilot.egg-info/PKG-INFO
src/autopilot.egg-info/SOURCES.txt
src/autopilot.egg-info/dependency_links.txt
src/autopilot.egg-info/entry_points.txt
src/autopilot.egg-info/not-zip-safe
src/autopilot.egg-info/requires.txt
src/autopilot.egg-info/top_level.txt
src/autopilot/data/default_config.yml
src/autopilot/data/license_list.txt
src/autopilot/data/licenses/Apache
src/autopilot/data/licenses/GPLv2
src/autopilot/data/licenses/GPLv3
src/autopilot/data/licenses/MIT
src/autopilot/data/licenses/Mozilla
src/autopilot/data/licenses/Private
src/autopilot/data/templates/.gitignore
src/autopilot/data/templates/.travis.yml
src/autopilot/data/templates/CHANGES.rst
src/autopilot/data/templates/README.rst
src/autopilot/data/templates/requirements.txt
src/autopilot/data/templates/setup.cfg
src/autopilot/data/templates/setup.py
src/autopilot/data/templates/tox.ini
src/autopilot/data/templates/docs/Makefile
src/autopilot/data/templates/docs/source/changelog.rst
src/autopilot/data/templates/docs/source/conf.py
src/autopilot/data/templates/docs/source/index.rst
src/autopilot/data/templates/docs/source/intro.rst
src/autopilot/data/templates/src/${project_name}/__init__.py
src/autopilot/data/templates/tests/${project_name}_test.py