File: setup.cfg

package info (click to toggle)
zope.event 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 220 kB
  • ctags: 71
  • sloc: python: 247; makefile: 73; xml: 43
file content (18 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[nosetests]
nocapture = 1
cover-package = zope.event
cover-erase = 1
cover-branches = 1
cover-min-percentage = 100
with-doctest = 0
where = src

[aliases]
dev = develop easy_install zope.event[testing]
docs = easy_install zope.event[docs]

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0