-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
39 lines (34 loc) · 940 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
[metadata]
name = fedcloudclient
summary = EGI FedCloud client
description_file = README.md
description_content_type = text/markdown
author = Viet Tran, Enol Fernandez
author_email = [email protected]
home_page = https://fedcloudclient.fedcloud.eu/
classifier =
Intended Audience :: Information Technology
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Utilities
Topic :: Software Development :: Libraries :: Python Modules
Development Status :: 5 - Production/Stable
Environment :: OpenStack
[global]
setup_hooks =
pbr.hooks.setup_hook
[files]
packages =
fedcloudclient
scripts =
./examples/list-my-own-vms.sh
./examples/list-all-my-own-vms.sh
[entry_points]
console_scripts =
fedcloud= fedcloudclient.cli:cli
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0