-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (40 loc) · 1.41 KB
/
Copy pathsetup.cfg
File metadata and controls
43 lines (40 loc) · 1.41 KB
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
[metadata]
name = petclinic_flask
version = 1.0.0
url = https://github.com/Jakarta-EE-Petclinic/petclinic_flask.git
author = Thomas Woehlke
author_email = thomas.woehlke@gmail.com
license = GNU General Public License v3 (GPLv3)
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows :: Windows 10
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 3 - Alpha
Natural Language :: German
Natural Language :: English
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Database :: Frontends
Framework :: Flask
description = Python Flask Version of Spring Petclinic with SQLAlchemy, Celery et al.
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
#package_dir = project
include_package_data = true
python_requires = >= 3.9
# Dependencies are in setup.py for GitHub's dependency graph.
[egg_info]
tag_build = .dev
tag_date = 1
[aliases]
release = egg_info -Db ''