Files
python-saharaclient/setup.cfg
Sergey Lukjanov c73fcd1656 Support building wheels (PEP-427)
With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI.

Change-Id: I1cbbb0f8db40bfce6e9a64f4dc14596baa90834b
2013-11-19 13:14:48 +04:00

31 lines
790 B
INI

[metadata]
name = python-savannaclient
version = 0.3
summary = Client library for Savanna API
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://github.com/stackforge/python-savannaclient
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
[global]
setup-hooks = pbr.hooks.setup_hook
[files]
packages = savannaclient
[wheel]
universal = 1