Kill egg info temp files for horizon
xxx.egg-info, PKG-INFO and [egg_info] in setup.cfg should not be present in git repo, they are all can be generated by "python setup.py sdist" Change-Id: I83f223f3352c5544aeed3b279cdc6123c51b88be Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
parent
a426aea87f
commit
6bdec39b98
@ -1,75 +0,0 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: horizon
|
||||
Version: 2015.1.0
|
||||
Summary: OpenStack Dashboard
|
||||
Home-page: http://www.openstack.org/
|
||||
Author: OpenStack
|
||||
Author-email: openstack-dev@lists.openstack.org
|
||||
License: UNKNOWN
|
||||
Description: =============================
|
||||
Horizon (OpenStack Dashboard)
|
||||
=============================
|
||||
|
||||
Horizon is a Django-based project aimed at providing a complete OpenStack
|
||||
Dashboard along with an extensible framework for building new dashboards
|
||||
from reusable components. The ``openstack_dashboard`` module is a reference
|
||||
implementation of a Django site that uses the ``horizon`` app to provide
|
||||
web-based interactions with the various OpenStack projects.
|
||||
|
||||
* Release management: https://launchpad.net/horizon
|
||||
* Blueprints and feature specifications: https://blueprints.launchpad.net/horizon
|
||||
* Issue tracking: https://bugs.launchpad.net/horizon
|
||||
|
||||
|
||||
Using Horizon
|
||||
=============
|
||||
|
||||
See ``doc/source/topics/install.rst`` about how to install Horizon
|
||||
in your OpenStack setup. It describes the example steps and
|
||||
has pointers for more detailed settings and configurations.
|
||||
|
||||
It is also available at http://docs.openstack.org/developer/horizon/topics/install.html.
|
||||
|
||||
Getting Started for Developers
|
||||
==============================
|
||||
|
||||
``doc/source/quickstart.rst`` or
|
||||
http://docs.openstack.org/developer/horizon/quickstart.html
|
||||
describes how to setup Horizon development environment and start development.
|
||||
|
||||
Building Contributor Documentation
|
||||
==================================
|
||||
|
||||
This documentation is written by contributors, for contributors.
|
||||
|
||||
The source is maintained in the ``doc/source`` directory using
|
||||
`reStructuredText`_ and built by `Sphinx`_
|
||||
|
||||
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
||||
.. _Sphinx: http://sphinx-doc.org/
|
||||
|
||||
* Building Automatically::
|
||||
|
||||
$ ./run_tests.sh --docs
|
||||
|
||||
* Building Manually::
|
||||
|
||||
$ tools/with_venv.sh sphinx-build doc/source doc/build/html
|
||||
|
||||
Results are in the ``doc/build/html`` directory
|
||||
|
||||
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Environment :: OpenStack
|
||||
Classifier: Framework :: Django
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
@ -1,75 +0,0 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: horizon
|
||||
Version: 2015.1.0
|
||||
Summary: OpenStack Dashboard
|
||||
Home-page: http://www.openstack.org/
|
||||
Author: OpenStack
|
||||
Author-email: openstack-dev@lists.openstack.org
|
||||
License: UNKNOWN
|
||||
Description: =============================
|
||||
Horizon (OpenStack Dashboard)
|
||||
=============================
|
||||
|
||||
Horizon is a Django-based project aimed at providing a complete OpenStack
|
||||
Dashboard along with an extensible framework for building new dashboards
|
||||
from reusable components. The ``openstack_dashboard`` module is a reference
|
||||
implementation of a Django site that uses the ``horizon`` app to provide
|
||||
web-based interactions with the various OpenStack projects.
|
||||
|
||||
* Release management: https://launchpad.net/horizon
|
||||
* Blueprints and feature specifications: https://blueprints.launchpad.net/horizon
|
||||
* Issue tracking: https://bugs.launchpad.net/horizon
|
||||
|
||||
|
||||
Using Horizon
|
||||
=============
|
||||
|
||||
See ``doc/source/topics/install.rst`` about how to install Horizon
|
||||
in your OpenStack setup. It describes the example steps and
|
||||
has pointers for more detailed settings and configurations.
|
||||
|
||||
It is also available at http://docs.openstack.org/developer/horizon/topics/install.html.
|
||||
|
||||
Getting Started for Developers
|
||||
==============================
|
||||
|
||||
``doc/source/quickstart.rst`` or
|
||||
http://docs.openstack.org/developer/horizon/quickstart.html
|
||||
describes how to setup Horizon development environment and start development.
|
||||
|
||||
Building Contributor Documentation
|
||||
==================================
|
||||
|
||||
This documentation is written by contributors, for contributors.
|
||||
|
||||
The source is maintained in the ``doc/source`` directory using
|
||||
`reStructuredText`_ and built by `Sphinx`_
|
||||
|
||||
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
|
||||
.. _Sphinx: http://sphinx-doc.org/
|
||||
|
||||
* Building Automatically::
|
||||
|
||||
$ ./run_tests.sh --docs
|
||||
|
||||
* Building Manually::
|
||||
|
||||
$ tools/with_venv.sh sphinx-build doc/source doc/build/html
|
||||
|
||||
Results are in the ``doc/build/html`` directory
|
||||
|
||||
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Environment :: OpenStack
|
||||
Classifier: Framework :: Django
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
|
@ -1 +0,0 @@
|
||||
|
@ -1 +0,0 @@
|
||||
{"is_release": true, "git_version": "b99cf48"}
|
@ -1,53 +0,0 @@
|
||||
pbr>=0.6,!=0.7,<1.0
|
||||
Babel>=1.3
|
||||
Django>=1.4.2,<1.8
|
||||
Pint>=0.5 # BSD
|
||||
django_compressor>=1.4
|
||||
django_openstack_auth>=1.1.7,!=1.1.8,<1.3.0
|
||||
django-pyscss>=1.0.3,<2.0.0 # BSD License2 clause
|
||||
eventlet>=0.16.1,!=0.17.0
|
||||
httplib2>=0.7.5
|
||||
iso8601>=0.1.9
|
||||
kombu>=2.5.0
|
||||
netaddr>=0.7.12
|
||||
oslo.concurrency>=1.8.0,<1.9.0 # Apache-2.0
|
||||
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
|
||||
oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
|
||||
oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
|
||||
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
|
||||
pyScss>=1.2.1,<1.3 # MIT License
|
||||
python-ceilometerclient>=1.0.13,<1.1.0
|
||||
python-cinderclient>=1.1.0,<1.2.0
|
||||
python-glanceclient>=0.15.0,<0.18.0
|
||||
python-heatclient>=0.3.0,<0.5.0
|
||||
python-keystoneclient>=1.1.0,<1.4.0
|
||||
python-neutronclient>=2.3.11,<2.5.0
|
||||
python-novaclient>=2.22.0,<2.24.0
|
||||
python-saharaclient>=0.8.0,<0.9.0
|
||||
python-swiftclient>=2.2.0,<2.5.0
|
||||
python-troveclient>=1.0.7,<1.1.0
|
||||
pytz>=2013.6
|
||||
PyYAML>=3.1.0
|
||||
six>=1.9.0
|
||||
XStatic>=1.0.0 # MIT License
|
||||
XStatic-Angular>=1.3.7 # MIT License
|
||||
XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License
|
||||
XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License
|
||||
XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
|
||||
XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License
|
||||
XStatic-D3>=3.1.6.2 # BSD License3 clause
|
||||
XStatic-Hogan>=2.0.0.2 # Apache 2.0 License
|
||||
XStatic-Font-Awesome>=4.2.0 # SIL OFL 1.1 License, MIT License
|
||||
XStatic-Jasmine>=2.1.2.0 # MIT License
|
||||
XStatic-jQuery>=1.7.2 # MIT License
|
||||
XStatic-JQuery-Migrate>=1.2.1.1 # MIT License
|
||||
XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License
|
||||
XStatic-JQuery.TableSorter>=2.0.5b.0 # MIT License
|
||||
XStatic-jquery-ui>=1.10.1 # MIT License
|
||||
XStatic-JSEncrypt>=2.0.0.2 # MIT License
|
||||
XStatic-Magic-Search>=0.2.0.1 # Apache 2.0 License
|
||||
XStatic-QUnit>=1.14.0.2 # MIT License
|
||||
XStatic-Rickshaw>=1.5.0 # BSD Licenseprior
|
||||
XStatic-smart-table>=1.4.5.3 # MIT License
|
||||
XStatic-Spin>=1.2.5.2 # MIT License
|
||||
XStatic-term.js>=0.0.4 # MIT License
|
@ -1,2 +0,0 @@
|
||||
horizon
|
||||
openstack_dashboard
|
@ -1,6 +1,5 @@
|
||||
[metadata]
|
||||
name = horizon
|
||||
version = 2015.1
|
||||
summary = OpenStack Dashboard
|
||||
description-file =
|
||||
README.rst
|
||||
@ -40,8 +39,3 @@ source-dir = doc/source
|
||||
verbosity = 2
|
||||
detailed-errors = 1
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user