forked from hadrien/pyramid_sqlalchemy_utility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (35 loc) · 830 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
39
40
41
42
[metadata]
name = pyramid_sqlalchemy_utility
version = 0.2-dev
summary = Pyramid sqlalchemy extension
requires-dist =
sqlalchemy
description-file = README.rst
author = Hadrien David
author_email = [email protected]
classifiers =
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 2.7
Framework :: Pyramid
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: WSGI
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
[files]
packages =
pyramid_sqlalchemy_utility
[noah]
public = True
extra_files =
setup.py
[nosetests]
match = ^test
nocapture = 1
cover-package = pyramid_sqlalchemy_utility
cover-inclusive = 1
with-xcoverage = 1
with-xunit = 1
cover-erase = 1
verbosity = 3
with-id = 1
with-yanc = 1