david / django-oauth (http://oauth.net/)

Support of OAuth in Django. Note that http://code.welldev.org/django-oauth-plus will use python-oauth2 if you're interested in it.

Clone this repository (size: 114.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-oauth

Changed (Δ0 bytes):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

@@ -23,5 +23,5 @@ setup(
23
23
    zip_safe=False,
24
24
    # Tells setuptools to download setuptools_git before running setup.py so
25
25
    # it can find the data files under Hg version control.
26
    setup_requires=['hg.setuptools'],
26
    setup_requires=['setuptools_hg'],
27
27
)