Add javascript files from the totp_js package

This commit is contained in:
Benjamin Dauvergne 2011-01-05 20:05:06 +01:00
parent 0254ccb3d9
commit bea866d059
5 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
recursive-include locale *
recursive-include tests *.db *.py
recursive-include templates *.html *.txt *.js yadis.xrdf
recursive-include templates *.html *.txt yadis.xrdf
recursive-include media *.css *.js *.ico *.gif *.png *.jpg README
recursive-include authentic2 README fixtures/*.json templates/*.html templates/*/*.html
recursive-include authentic2 README fixtures/*.json templates/*/*.html js/*.js templates/*/*/*.html
include authentic2/sslauth/authentic_ssl.vhost
include ez_setup.py
include COPYING
include README.rst

View File

@ -35,7 +35,7 @@ distutils.core.setup(name="authentic2",
'authentic2/vendor/oath',
'authentic2/vendor/totp_js',],
package_data={ '': ['fixtures/*.json',
'templates/*.html','templates/*/*.html'] },
'templates/*.html','templates/*/*.html','js/*.js'] },
requires=[
'django (>=1.2.0)',
'registration (>=0.7)',