Robert Collins ba03fb316f Fix setup.cfg.
setup.cfg wasn't specifying the packages that we use (and had a no
longer needed bit of glue code). Without this, the installed
requirements are not usable as the library is missing.

Change-Id: I4a2bc2bfcccab00c248d42c45b4c6ec184ea740f
2015-06-19 09:15:25 +12:00

27 lines
753 B
INI

[metadata]
name = openstack.requirements
summary = OpenStack Python Dependencies
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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 :: 2.6
[files]
packages =
openstack_requirements
[entry_points]
console_scripts =
update-requirements = openstack_requirements.update:main