-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
34 lines (33 loc) · 933 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
[metadata]
name = netforce
version = 0.1.0
summary = Neforce
description-file =
README.md
author = C3
author-email = '[email protected]'
home-page = https://github.scm.corp.ebay.com/C3/netforce
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
[files]
packages =
netforce
napalm_baseebay
napalm_ebayeos
napalm_ebayjunos
napalm_ebaynxos
data_files =
[entry_points]
console_scripts =
netforce-db-manage = netforce.db.migration.cli:main
netforce-server = neutron.server:main
neutron.core_plugins =
netforce = netforce.plugins.plugin:NetforcePlugin