[Xfce4-commits] [apps/catfish] 01/01: Do not load catfishconfig during setup, it breaks debian packaging

noreply at xfce.org noreply at xfce.org
Wed Jan 15 01:54:44 CET 2020


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit 7281ab1e86cc8ee7be2c2b94759e9e02515468e9
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jan 14 19:54:39 2020 -0500

    Do not load catfishconfig during setup, it breaks debian packaging
---
 po/catfish.pot | 2 +-
 setup.py       | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/po/catfish.pot b/po/catfish.pot
index f5299c3..3dd657a 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-01-01 13:36-0500\n"
+"POT-Creation-Date: 2020-01-13 21:32-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/setup.py b/setup.py
index 13406b7..b3455b9 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,8 @@ import shutil
 import sys
 import subprocess
 
-from catfish_lib.catfishconfig import __version__, __url__
+__version__ = '1.4.12'
+__url__ = 'https://docs.xfce.org/apps/catfish/start'
 
 try:
     import DistUtilsExtra.auto

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list