forked from macintoshpie/jwt-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (33 loc) · 949 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[metadata]
name=jwt_oauth2
version=0.1.1
description=JWT OAuth (rfc7523) implementations for oauthlib and Django OAuth Toolkit
url=https://github.com/GreenBuildingRegistry/jwt_oauth2
author=Fable Turas
license='BSD'
keywords= django, oauth, oauth2, oauthlib, django-oauth-toolkit, jwt
classifiers =
Development Status :: 4 - Beta
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
cryptography>=1.8.1
oauthlib>=2.0.2
PyJWT>=1.5.0
pyOpenSSL>=17.0.0
pytz
[bdist_wheel]
universal = 1