Jiri Stransky 691a3ef4b1 Remove pbr setup hook from setup.cfg
The setup hook is no longer necessary since we don't use d2to1.

Change-Id: I3ece334c0096ae3a17bf4f350501a71ef7ffa422
2013-10-07 17:43:05 +02:00

34 lines
787 B
INI

[metadata]
name = python-tuskarclient
summary = Client library for OpenStack Management API
description-file =
README.rst
license = Apache License, Version 2.0
author = Jiri Stransky
author-email = jistr@redhat.com
home-page = https://github.com/jistr/python-tuskarclient
classifier =
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 =
tuskarclient
[entry_points]
console_scripts =
tuskar = tuskarclient.shell:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html