Monty Taylor b041fb363e Ensure that README file makes it into the tarball
setup.cfg depends on the README file for its long description, so if
it's not in the source tarball, the build will bomb out. README.rst is an
automatically grokked name of a file for python and gets included
automatically. While we're dealing with this, add a MANIFEST.in to
ensure that AUTHORS and ChangeLog get installed too.

Change-Id: Id59fa5a6fecc179a80710ba8a5dc898fb713b1cf
2013-07-07 11:56:08 -04:00

35 lines
785 B
INI

[metadata]
name = os-collect-config
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Collect and cache metadata, run hooks on changes.
description-file =
README.rst
home-page = http://github.com/stackforge/os-collect-config
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =
os_collect_config
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
os-collect-config = os_collect_config.collect:__main__
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0