summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:08 +0200
commit083849161f075878e4175cd03cb7afa83d64e7f5 (patch)
tree101feb02f6306f8f8b335faa39d74f1eaafc8d54 /setup.cfg
parentb5287ed17bda10877d84ba86fcf148ee74b93b9b (diff)
New upstream version 0.9.0upstream/0.9.0
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
+