61eb610cc4
What is the problem? The old home-page linked to http://www.openstack.org/, i think it is not very proper. Home-page usually linked to the doc page, as trove-dashboard does not have doc page, so i think it is proper to change home-page to tove's doc page. What is the solution to the problem? Change home-page to http://docs.openstack.org/developer/trove/ Change-Id: I708a1f3ab0d131088c0197e1ef8c6cde76481125
33 lines
861 B
INI
33 lines
861 B
INI
[metadata]
|
|
name = trove-dashboard
|
|
summary = Trove Management Dashboard
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/trove/
|
|
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.3
|
|
Programming Language :: Python :: 3.4
|
|
|
|
[files]
|
|
packages =
|
|
trove_dashboard
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|