File: setup.cfg

package info (click to toggle)
python-webob 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,340 kB
  • ctags: 2,468
  • sloc: python: 13,433; makefile: 12
file content (19 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[aliases]
distribute = register sdist bdist_wheel upload
dev = develop easy_install webob[testing]
docs = develop easy_install webob[docs]

[nosetests]
detailed-errors = True
cover-erase = True
cover-package = webob
nocapture = True

[wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0