forked from cjbayesian/velo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (42 loc) · 932 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
43
44
45
46
[metadata]
name = velo
version = 0.0.2
summary = Velobstacles RESTful webapp
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)
requires-dist =
pymongo==2.3
mongokit==0.8.1
PasteScript==1.7.5
pyramid_debugtoolbar==1.0.3
pyramid_rest>=0.2.5
pyramid_mongokit
python-magic==0.4.3
[files]
packages =
velo
velo.model
velo.views
extra_files =
setup.py
[nosetests]
where = velo/tests
match = ^test
nocapture = 1
cover-package = velo
cover-inclusive = 1
with-xcoverage = 1
with-xunit = 1
cover-erase = 1
verbosity = 3
with-id = 1
with-yanc = 1