~aptdaemon-developers/python-defer/trunk

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: sebi at glatzor
  • Date: 2010-08-25 21:14:45 UTC
  • mfrom: (465.1.14 trunk)
  • Revision ID: sebi@glatzor.de-20100825211445-16q90y63ebdw23or
Push local changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
pdb=1
5
5
pdb-failures=1
6
6
with-coverage=1
7
 
cover-package=aptdaemon
 
7
cover-package=defer
8
8
with-doctest=1
9
 
 
10
 
[build]
11
 
i18n=True
12
 
icons=True
13
 
 
14
 
[build_i18n]
15
 
domain=aptdaemon
16
 
xml_files=[("share/polkit-1/actions/", ("data/org.debian.apt.policy.in",))]