forked from miguelgrinberg/Flask-HTTPAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (27 loc) · 812 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
[metadata]
name = Flask-HTTPAuth
version = 4.6.1.dev0
author = Miguel Grinberg
author_email = [email protected]
description = HTTP authentication for Flask routes
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/miguelgrinberg/flask-httpauth
project_urls =
Bug Tracker = https://github.com/miguelgrinberg/flask-httpauth/issues
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: MicroPython
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
install_requires =
flask
package_dir =
= src
py_modules =
flask_httpauth