django-oidc-provider/MANIFEST.in
Graham Ullrich b8d1d63c28 Improve tox.ini envlist layout, simplified commands.
Remove tests/app/settings.py in favor of settings in setup.py.
Change MANIFEST.in to include README.md (which exists) instead of README.rst (which does not exist).
Update .travis.yml to use tox instead of `python django_admin.py`, include Django v1.10 in the mix.
2016-08-11 11:13:23 -06:00

5 lines
128 B
Plaintext

include LICENSE
include README.md
recursive-include oidc_provider/templates *
recursive-include oidc_provider/tests/templates *