-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 694 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 694 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
[metadata]
name = python-ovs-vsctl
summary = Slightly ovs-vsctl wrapper for Python
license = Apache License 2.0
author = Iwase Yusuke
home-page = https://github.com/iwaseyusuke/python-ovs-vsctl
description-file = README.md
platform = any
classifier =
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Topic :: System :: Networking
Natural Language :: English
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
keywords =
openvswitch
ovs
OVSDB
[files]
packages =
ovs_vsctl