forked from CCI-MOC/esi-leap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (43 loc) · 1.43 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
50
[metadata]
name = esi-leap
summary = ESI provider
description_file =
README.md
license = Apache License, Version 2.0
author = ESI
author_email = [email protected]
python_requires = >=3.6
classifier =
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =
esi_leap
[entry_points]
oslo.config.opts =
esi-leap.conf = esi_leap.conf.opts:list_opts
oslo.policy.enforcer =
esi-leap = esi_leap.common.policy:get_enforcer
oslo.policy.policies =
esi-leap = esi_leap.common.policy:list_rules
console_scripts =
esi-leap-api = esi_leap.cmd.api:main
esi-leap-dbsync = esi_leap.cmd.dbsync:main
esi-leap-manager = esi_leap.cmd.manager:main
esi-leap-email-notification = esi_leap.send_email_notification:main
wsgi_scripts =
esi-leap-api-wsgi = esi_leap.api.wsgi:initialize_wsgi_app
esi_leap.database.migration_backend =
sqlalchemy = esi_leap.db.sqlalchemy.migration