-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (33 loc) · 899 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
[metadata]
name = bumblebee-stormbee
author = ARDC
author_email = [email protected]
summary = Test tool for ARDC Virtual Desktop service
description_file = README.md
home_page = https://github.com/NeCTAR-RC/bumblebee-stormbee
license = Apache-2
classifier =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.12
keywords =
openstack
desktop
launcher
bumblebee
[files]
packages = stormbee
[pbr]
skip_changelog=true
skip_authors=true
[entry_points]
console_scripts =
stormbee = stormbee.main:main