-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (33 loc) · 853 Bytes
/
setup.cfg
File metadata and controls
36 lines (33 loc) · 853 Bytes
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
[nosetests]
match=^test
where=openstackinabox
with-coverage=true
cover-package=openstackinabox
cover-erase=1
cover-inclusive=true
cover-branches=true
cover-min-percentage=30
[metadata]
name = openstackinabox
url = https://github.com/TestInABox/openstackinabox
version = attr: openstackinabox.version
author = Benjamen R. Meyer
author_email = bm_witness@yahoo.com
description = OpenStack APIs for the Stack-In-A-Box Testing Suite
long_description = file: README.rst
long_description_content_type = text/x-rst
license = Apache License 2.0
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Testing
[options]
zip_safe = True
packages = find:
install_requires =
six
stackinabox>=0.13
[options.packages.find]
exclude =
tests*
openstackinabox/tests