Update package files for distribution.

This commit is contained in:
Mikaël Ates 2012-04-27 13:37:13 +02:00
parent 26652c6c83
commit adbd86db92
1 changed files with 14 additions and 11 deletions

View File

@ -32,32 +32,35 @@ distutils.core.setup(name="authentic2",
'authentic2/attribute_aggregator/migrations',
'authentic2/auth2_auth',
'authentic2/auth2_auth/auth2_oath',
'authentic2/auth2_auth/auth2_ssl',
'authentic2/auth2_auth/auth2_oath/migrations',
'authentic2/auth2_auth/auth2_openid',
'authentic2/auth2_auth/auth2_ssl',
'authentic2/auth2_auth/auth2_ssl/migrations',
'authentic2/auth2_auth/migrations',
'authentic2/auth2_auth/templatetags',
'authentic2/authsaml2',
'authentic2/authsaml2/migrations',
'authentic2/idp',
'authentic2/idp/idp_cas',
'authentic2/idp/idp_openid',
'authentic2/idp/idp_openid/migrations',
'authentic2/idp/idp_openid/templatetags',
'authentic2/idp/saml',
'authentic2/idp/templatetags',
'authentic2/idp/management',
'authentic2/idp/management/commands',
'authentic2/idp/migrations',
'authentic2/idp/saml',
'authentic2/idp/templatetags',
'authentic2/locale',
'authentic2/nonce',
'authentic2/saml',
'authentic2/saml/management',
'authentic2/saml/management/commands',
'authentic2/vendor',
'authentic2/vendor/oath',
'authentic2/vendor/totp_js',
'authentic2/saml/migrations',
'authentic2/auth2_auth/auth2_oath/migrations',
'authentic2/auth2_auth/auth2_ssl/migrations',
'authentic2/auth2_auth/migrations',
'authentic2/authsaml2/migrations',
'authentic2/idp/idp_openid/migrations',
'authentic2/vendor',
'authentic2/vendor/dpam',
'authentic2/vendor/oath',
'authentic2/vendor/registration',
'authentic2/vendor/totp_js',
],
package_data={ '': ['fixtures/*.json',
'templates/*.html','templates/*/*.html','js/*.js'] },