authentic/MANIFEST.in

49 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2011-03-03 15:32:04 +01:00
recursive-include data *
2013-05-13 10:14:21 +02:00
recursive-include tests *
# static
2011-12-22 22:02:43 +01:00
recursive-include authentic2/idp/static *.css *.js *.ico *.gif *.png *.jpg
recursive-include authentic2/auth2_auth/auth2_openid/static *.css *.js *.ico *.gif *.png *.jpg
# templates
recursive-include authentic2/saml/templates *.html *.txt *.xml
recursive-include authentic2/templates *.html *.txt *.xml
recursive-include authentic2/idp/templates *.html *.txt *.xml
recursive-include authentic2/idp/idp_openid/templates *.html *.txt *.xml
recursive-include authentic2/auth2_auth/auth2_ssl/templates *.html *.txt *.xml
recursive-include authentic2/auth2_auth/templates *.html *.txt *.xml
recursive-include authentic2/auth2_auth/auth2_oath/templates *.html *.txt *.xml
recursive-include authentic2/auth2_auth/auth2_openid/templates *.html *.txt *.xml
recursive-include authentic2/authsaml2/templates *.html *.txt *.xml
recursive-include authentic2/vendor/totp_js/js *.js
recursive-include authentic2/saml/fixtures *.json
recursive-include authentic2/locale *.po *.mo
recursive-include authentic2/saml/locale *.po *.mo
recursive-include authentic2/idp/locale *.po *.mo
recursive-include authentic2/idp/idp_openid/locale *.po *.mo
recursive-include authentic2/auth2_auth/locale *.po *.mo
recursive-include authentic2/auth2_auth/auth2_ssl/locale *.po *.mo
recursive-include authentic2/auth2_auth/auth2_oath/locale *.po *.mo
recursive-include authentic2/auth2_auth/auth2_openid/locale *.po *.mo
recursive-include authentic2/authsaml2/locale *.po *.mo
recursive-include authentic2/attribute_aggregator/locale *.po *.mo
recursive-include authentic2/disco_service/locale *.po *.mo
recursive-include authentic2 README xrds.xml *.txt yadis.xrdf
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
include authentic2/vendor/oath/TODO
include authentic2/vendor/totp_js/README.rst
include diagnose.py
include ez_setup.py
2011-03-03 15:32:04 +01:00
include authentic2/auth2_auth/auth2_ssl/authentic_ssl.vhost
2013-04-14 12:04:25 +02:00
include requirements.txt
include authentic2/vendor/dpam/LICENSE
include authentic2/nonce/README.rst
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