Commit 07f2da6f by James Henstridge

Add requires metadata for django and python-openid.

parent 8b7cc24b
...@@ -73,4 +73,6 @@ setup( ...@@ -73,4 +73,6 @@ setup(
package_data={ package_data={
'django_openid_auth': ['templates/openid/*.html'], 'django_openid_auth': ['templates/openid/*.html'],
}, },
provides=['django_openid_auth'],
requires=['django (>=1.0)', 'openid (>=2.2.0)'],
) )
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