diff options
| author | 2023-08-03 16:33:41 +0600 | |
|---|---|---|
| committer | 2023-08-03 16:33:41 +0600 | |
| commit | 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (patch) | |
| tree | 3a49460715f7319d100e0cc9c1a278758500c7c8 /setup.cfg | |
| download | aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.tar.gz aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.zip | |
Import Upstream version 1.1.1+bzr982
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..09d9080 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,14 @@ +[nosetests] +verbose=2 +detailed-errors=1 +#pdb=1 +#pdb-failures=1 +nologcapture=1 + +[build] +i18n=True +icons=True + +[build_i18n] +domain=aptdaemon +xml_files=[("share/polkit-1/actions/", ("data/org.debian.apt.policy.in",))] |
