-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
34 lines (33 loc) · 1.16 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
[metadata]
name = Flask-Sharp
# Version needs regex in setup.py.
url = https://github.com/revalo/sharp
project_urls =
Documentation = https://github.com/revalo/sharp/README.md
Code = https://github.com/revalo/sharp
Issue tracker = https://github.com/revalo/sharp/issues
license = MIT
author = Shreyas Kapur
author_email = [email protected]
maintainer = Shreyas Kapur
maintainer_email = [email protected]
description = An automatic code API generator for Flask and JS.
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Flask
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Topic :: Software Development :: Libraries :: Application Frameworks
[options]
packages = find:
include_package_data = true
python_requires = >= 3.6
# Dependencies are in setup.py for GitHub's dependency graph.