File: setup.cfg

package info (click to toggle)
python-pkginfo 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 416 kB
  • ctags: 354
  • sloc: python: 1,487; makefile: 76
file content (16 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[easy_install]
zip_ok = false

[nosetests]
cover-package = pkginfo
nocapture = 1
cover-erase = 1

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

[aliases]
dev = develop easy_install pkginfo[testing]