-
Notifications
You must be signed in to change notification settings - Fork 388
/
setup.cfg
38 lines (37 loc) · 1.33 KB
/
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
36
37
38
[metadata]
version = 1.3.0
name = Authomatic
description = Authorization / authentication client library for Python web applications
long_description = file: README.rst
author = Peter Hudec
author_email = peterhudec@peterhudec.com
maintainer = Authomatic Project Community
maintainer_email = authomaticproject@protonmail.com
project_urls =
Bug Tracker = https://github.com/authomatic/authomatic/issues
Documentation = http://authomatic.github.io/authomatic
Source Code = https://github.com/authomatic/authomatic/
license = MIT
license_file = LICENSE.txt
keywords =
oauth2
oauth
openid
access delegation
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: JavaScript
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Systems Administration :: Authentication/Directory
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
[bdist_wheel]
universal = 1