
Also update the followings: - Fix typo in the launchpad link - Replace http with https for openstack.org sites Co-Authored-By: Akihiro Motoki <amotoki@gmail.com> Change-Id: Idc5d7b513b5c83808a55fb5c6b6ce0c3f20afc25
33 lines
879 B
INI
33 lines
879 B
INI
[metadata]
|
|
name = neutron-vpnaas-dashboard
|
|
summary = Neutron VPNaaS Dashboard
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://git.openstack.org/cgit/openstack/neutron-vpnaas-dashboard/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
neutron_vpnaas_dashboard
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all-files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|