-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (40 loc) · 900 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = openstack-refapp
author = Mirantis Inc
summary = Minimal app to validate clouds
description-file =
README.rst
home-page = https://gerrit.mcp.mirantis.com
classifier =
Development Status :: 1 - Alpha
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
python-requires = >= 3.6
setup_requires =
pbr
[files]
packages =
openstack_refapp
[entry_points]
wsgi_scripts =
os-refapp = openstack_refapp.app:create_app
[extras]
test =
pytest
flake8
flake8-black
bashate
pgsql =
pg8000
mysql =
pymysql
serve =
gunicorn