-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (27 loc) · 821 Bytes
/
setup.cfg
File metadata and controls
29 lines (27 loc) · 821 Bytes
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
[metadata]
name = openstack-user-tools
author = Jerome Pansanel
author-email = j.pansanel@pansanel.net
summary = A set of tools for OpenStack
description-file =
README.md
home-page = https://github.com/Pansanel/openstack-user-tools
license = Apache-2
classifier =
Development Status :: 4 - Beta
Environment :: Console
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 :: 2
Programming Language :: Python :: 2.7
[files]
packages =
os_user_tools
[entry_points]
console_scripts =
os-user-info = os_user_tools.user_info:main
os-ip-trace = os_user_tools.ip_trace:main