Commit f10bb890 by James Henstridge

Fix up the package_data info for django_openid_auth.

parent b60a9528
...@@ -69,6 +69,6 @@ setup( ...@@ -69,6 +69,6 @@ setup(
'django_openid_auth.tests', 'django_openid_auth.tests',
], ],
package_data={ package_data={
'django_openid_auth': ['templates/*.html', 'templates/openid/*.html'], 'django_openid_auth': ['templates/openid/*.html'],
}, },
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment