forked from ovh/python-ovh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (42 loc) · 1.04 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = ovh
version = 0.3.5
author = Jean-Tiare Le Bigot
author-email = [email protected]
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
requests>=2.3.0
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
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
keywords =
ovh
sdk
rest
[files]
packages = ovh
[test]
test-suite = nose.collector
[nosetests]
verbosity = 2
where = tests/
with-yanc = 1
with-coverage = 1
cover-package = ovh
cover-erase = 1