
* setup.cfg: The files section was missing, causing the sdist package to lack the Python module being packaged. Fix it! Change-Id: I0726708caf949f72e4fc244d746583e826a9bf9d
26 lines
720 B
INI
26 lines
720 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://ci.openstack.org/
|
|
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
|