summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:18 +0200
commit14f84dc139317de4cfc02ff36c2ad799b060dbaf (patch)
tree5163e8e596302e570a2e39c62d7a9df0e1490e28 /setup.cfg
parent18afe3e2ebdb10bbc542d79280344d9adf923d2f (diff)
parent083849161f075878e4175cd03cb7afa83d64e7f5 (diff)
Updated version 0.9.0 from 'upstream/0.9.0'
with Debian dir 04f2bb3e026e2a983dcac5cdcc35c9dd8f6b91ab
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..65f76b2
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,21 @@
+[bdist_wheel]
+universal = 0
+
+[build]
+i18n = True
+help = False
+icons = True
+pod2man = True
+
+[build_i18n]
+domain = rapid-photo-downloader
+bug-contact = damonlynch@gmail.com
+desktop_files = [("share/applications", ("data/rapid-photo-downloader.desktop.in",)),
+ ("share/solid/actions", ("data/kde/rapid-photo-downloader.desktop.in",))]
+xml_files = [("share/appdata", ("data/rapid-photo-downloader.appdata.xml.in",))]
+po-dir = po
+
+[egg_info]
+tag_build =
+tag_date = 0
+