authentic/MANIFEST.in

68 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

2011-03-03 15:32:04 +01:00
recursive-include data *
recursive-include tests *.py
recursive-include tests_rbac *.py
recursive-exclude tests *.pyc
recursive-exclude tests_rbac *.pyc
include tox.ini .coveragerc
# static
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include src/authentic2/manager/static *.css *.js *.png
# templates
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2/saml/templates *.html *.txt *.xml
recursive-include src/authentic2/templates *.html *.txt *.xml
recursive-include src/authentic2/idp/templates *.html *.txt *.xml
recursive-include src/authentic2_idp_cas/templates *.html *.txt *.xml
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2/idp/saml/templates *.html *.txt *.xml
recursive-include src/authentic2/auth2_auth/auth2_ssl/templates *.html *.txt *.xml
recursive-include src/authentic2/auth2_auth/templates *.html *.txt *.xml
recursive-include src/authentic2/auth2_auth/auth2_oath/templates *.html *.txt *.xml
recursive-include src/authentic2/manager/templates *.html
recursive-include src/authentic2_auth_saml/templates/authentic2_auth_saml *.html
recursive-include src/authentic2_auth_oidc/templates/authentic2_auth_oidc *.html
recursive-include src/authentic2_idp_oidc/templates/authentic2_idp_oidc *.html
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2/vendor/totp_js/js *.js
recursive-include src/authentic2/saml/fixtures *.json
recursive-include src/authentic2/locale *.po *.mo
recursive-include src/authentic2/saml/locale *.po *.mo
recursive-include src/authentic2/idp/locale *.po *.mo
recursive-include src/authentic2/idp/saml/locale *.po *.mo
recursive-include src/authentic2_idp_cas/locale *.po *.mo
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2/auth2_auth/locale *.po *.mo
recursive-include src/authentic2/auth2_auth/auth2_ssl/locale *.po *.mo
recursive-include src/authentic2/attribute_aggregator/locale *.po *.mo
recursive-include src/authentic2/disco_service/locale *.po *.mo
recursive-include src/authentic2/custom_user/locale *.po *.mo
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2/manager/locale *.po *.mo
recursive-include src/authentic2/a2_rbac/locale *.po *.mo
recursive-include src/django_rbac/locale *.po *.mo
recursive-include src/authentic2_auth_saml/locale *.po *.mo
recursive-include src/authentic2_auth_oidc/locale *.po *.mo
recursive-include src/authentic2_idp_oidc/locale *.po *.mo
2015-02-11 17:04:44 +01:00
recursive-include src/authentic2 README xrds.xml *.txt yadis.xrdf
2015-09-26 15:23:11 +02:00
recursive-include src/authentic2_provisionning_ldap/tests *.ldif
recursive-include src/authentic2_provisionning_ldap/tests *.ldif
2014-11-06 10:59:09 +01:00
recursive-include samples *
2011-12-22 19:11:28 +01:00
include doc/*.rst
include doc/pictures/*
2013-04-14 12:04:25 +02:00
include COPYING NEWS README.rst AUTHORS.txt
2015-02-11 17:04:44 +01:00
include src/authentic2/vendor/oath/TODO
include src/authentic2/vendor/totp_js/README.rst
include diagnose.py
include ez_setup.py
2015-02-11 17:04:44 +01:00
include src/authentic2/auth2_auth/auth2_ssl/authentic_ssl.vhost
2013-04-14 12:04:25 +02:00
include requirements.txt
include test_settings
include getlasso.sh
2015-02-11 17:04:44 +01:00
include src/authentic2/nonce/README.rst
2013-04-14 12:04:25 +02:00
include doc/conf.py doc/Makefile doc/README.rst.bak
2013-05-13 10:14:36 +02:00
include local_settings.py.example
2013-08-14 22:14:25 +02:00
include MANIFEST.in
include VERSION
2015-02-11 17:04:44 +01:00
include README