From 083849161f075878e4175cd03cb7afa83d64e7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Jul 2017 22:55:08 +0200 Subject: New upstream version 0.9.0 --- setup.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') 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 + -- cgit v1.2.3