Files
os-apply-config/setup.cfg
Monty Taylor 5e478ac7b2 Remove version from setup_requires
setup_requires cannot effect an upgrade, but a version being listed can
block things from operating happily. Remove the version pin from
setup_requires. Also, the setup_hooks are no longer needed.

Change-Id: Idda7d67a21c9245ca8c17973e847629bd3b4e3f2
2013-09-22 17:19:45 -04:00

32 lines
777 B
INI

[metadata]
name = os-apply-config
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Config files from cloud metadata
description-file =
README.md
home-page = http://git.openstack.org/cgit/openstack/os-apply-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_apply_config
[entry_points]
console_scripts =
os-config-applier = os_apply_config.apply_config:main
os-apply-config = os_apply_config.apply_config:main
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0