AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
modwsgideploy/__init__.py
modwsgideploy/cli.py
modwsgideploy/cookiecutter.json
modwsgideploy.egg-info/PKG-INFO
modwsgideploy.egg-info/SOURCES.txt
modwsgideploy.egg-info/dependency_links.txt
modwsgideploy.egg-info/entry_points.txt
modwsgideploy.egg-info/not-zip-safe
modwsgideploy.egg-info/requires.txt
modwsgideploy.egg-info/top_level.txt
modwsgideploy/hooks/post_gen_project.py
modwsgideploy/hooks/pre_gen_project.py
modwsgideploy/{{cookiecutter.folder_name}}/README.txt
modwsgideploy/{{cookiecutter.folder_name}}/__init__.py
modwsgideploy/{{cookiecutter.folder_name}}/test.wsgi
modwsgideploy/{{cookiecutter.folder_name}}/{{cookiecutter.package_name}}.conf
modwsgideploy/{{cookiecutter.folder_name}}/{{cookiecutter.package_name}}.wsgi
tests/__init__.py
tests/test_modwsgideploy.py