-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
38 lines (35 loc) · 920 Bytes
/
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
[metadata]
name = ddbmock
version = 1.0.3
summary = Amazon DynamoDB mock implementation
description-file = README.rst
author = Jean-Tiare Le Bigot
author_email = [email protected]
home_page = https://bitbucket.org/Ludia/dynamodb-mock
classifier =
Topic :: Internet
Topic :: Database :: Database Engines/Servers
Topic :: Education :: Testing
Topic :: Software Development :: Testing
Operating System :: OS Independent
Intended Audience :: Developers
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 2.7
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
requires-dist =
pyramid
onctuous >= 0.5.84
[noah]
public = True
[nosetests]
where = tests/
match = ^test
nocapture = 1
cover-package = ddbmock
with-xcoverage = 1
with-xunit = 1
cover-erase = 1
verbosity = 3
with-id = 1
with-yanc = 1