
The http://ci.openstack.org/ documentation site has been deprecated, replaced by redirects to corresponding paths within http://docs.openstack.org/infra/ where other Project Infrastructure documentation already resides. Change-Id: I30e4029bf72f0bcafcb41e8c6a748ea7efb89d52
26 lines
742 B
INI
26 lines
742 B
INI
[metadata]
|
|
name = pypi-mirror
|
|
summary = Utility to build a partial PyPI mirror
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = http://docs.openstack.org/infra/system-config/
|
|
classifier =
|
|
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 :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
pypi_mirror
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
run-mirror = pypi_mirror.cmd.run_mirror:main
|