Metadata-Version: 1.1
Name: django-student-oauth
Version: 0.4
Summary: Description
Home-page: http://bde-insa-lyon.fr
Author: Philippe Vienne
Author-email: philippe.vienne@bde-insa-lyon.fr
License: GNU General Public License v3 (GPLv3)
Description: ==========
        Azure Auth
        ==========
        
        Here goes the README
        
        Generate dist like this::
        
          python setup.py sdist
        
        Install twine and upload new version::
        
          pip3 install twine
          twine upload dist/* --skip-existing
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
