forked from daolicloud/ovsplugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
36 lines (32 loc) · 770 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
[metadata]
name = ovsplugin
summary = Docker OVS Plugin
license = Apache License 2.0
description-file = README.md
author = Daolicloud
author-email = [email protected]
home-page = http://www.daolicloud.com
classifier =
License :: OSI Approved :: Apache Software License
Topic :: System :: Networking
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
keywords =
ovsplugin
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
ovsplugin
data_files =
/usr/bin/ =
bin/daoliplugin
/usr/lib/systemd/system/ =
lib/daoliplugin.service
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source