python-ovh/setup.cfg
Jean-Tiare Le Bigot 714747a28b [auto] bump version to v0.4.1
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
2016-04-08 12:59:18 +02:00

55 lines
1.4 KiB
INI

[metadata]
name = ovh
version = 0.4.1
author = Jean-Tiare Le Bigot
author-email = jean-tiare.le-bigot@ovh.net
home-page = https://api.ovh.com
summary = Official OVH.com API wrapper
description-file = README.rst
license = BSD
platforms = "Posix; MacOS X; Windows"
requires-dist =
setuptools
d2to1==0.2.11
classifier =
License :: OSI Approved :: BSD License
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
keywords =
ovh
sdk
rest
[files]
packages =
ovh
ovh.vendor
ovh.vendor.requests
ovh.vendor.requests.packages
ovh.vendor.requests.packages.urllib3
ovh.vendor.requests.packages.urllib3.util
ovh.vendor.requests.packages.urllib3.contrib
ovh.vendor.requests.packages.urllib3.packages
ovh.vendor.requests.packages.urllib3.packages.ssl_match_hostname
ovh.vendor.requests.packages.chardet
[test]
test-suite = nose.collector
[nosetests]
verbosity = 2
where = tests/
with-yanc = 1
with-coverage = 1
cover-package = ovh
cover-erase = 1