deb-oslo.rootwrap/setup.cfg
Thierry Carrez fe258e097f Add standalone project packaging support files
Add Python packaging support files so that rootwrap can stand on its
own.
2013-11-21 16:25:23 +01:00

37 lines
828 B
INI

[metadata]
name = oslo.rootwrap
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Oslo Rootwrap
description-file =
README.rst
home-page = https://launchpad.net/oslo
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
[files]
packages =
oslo
namespace_packages =
oslo
[entry_points]
console_scripts =
oslo-rootwrap = oslo.rootwrap.cmd:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html