summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-25 06:18:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-25 06:18:18 +0200
commit832bc8c8e85c075edf559a32400d86183e985728 (patch)
tree80346180eb02de40c8342055bbd1f22055640d84 /setup.cfg
parent049849cac97ff5fa2e2b12503702fe52a115182c (diff)
parent77dd64c0757c0191b276e65c24ee9874959790c8 (diff)
Updated version 0.9.1 from 'upstream/0.9.1'
with Debian dir df52fe78cbe3481a4d64083df8ec468669b4bd47
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 65f76b2..77700a4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,9 +10,10 @@ 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",))]
+desktop_files = [("share/applications", ("data/net.damonlynch.rapid-photo-downloader.desktop.in",)),
+ ("share/solid/actions",
+ ("data/kde/net.damonlynch.rapid-photo-downloader.desktop.in",))]
+xml_files = [("share/appdata", ("data/net.damonlynch.rapid-photo-downloader.appdata.xml.in",))]
po-dir = po
[egg_info]