-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (44 loc) · 1.35 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
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = flask-ligand-example
version = 0.5.2
summary = A simple example project on how to use the flask-ligand library.
description_file = README.rst
description_content_type = text/x-rst; charset=UTF-8
author = Ryan Gard
author_email = ryan@gardiancapitol.com
keywords = flask
license = GNU Affero General Public License v3
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Framework :: Flask
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Application Frameworks
Typing :: Typed
project_urls =
Changelog=/~https://github.com/cowofevil/flask-ligand-example/blob/main/CHANGELOG.md
Source=/~https://github.com/cowofevil/flask-ligand-example
Tracker=/~https://github.com/cowofevil/flask-ligand-example/issues
[files]
packages =
flask_ligand_example
data_files =
README.rst = README.rst
[bdist_wheel]
universal = 1
[options]
python_requires = >= 3.10
[pbr]
skip_authors = True
skip_changelog = True
skip_reno = True
[flake8]
max-line-length = 120