# This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details # # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """ Copyright (c) 2002-2003 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __revision__ = '$Id: __pkginfo__.py,v 1.3 2004/09/14 10:58:45 arthur Exp $' modname = 'xmltools' numversion = [1,4,0] version = '.'.join(map(str, numversion)) license = 'GPL' copyright = '''Copyright (c) 2001-2003 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr''' short_desc = "High level xml tools for Python" long_desc = """Python XmlTools is a set of high level tools to help using XML in python. It relies heavily on the PyXml project and on 4Suite to access XML ressources. Right now it features two pyGTK widgets: XmlTree and XmlEditor, which can respectively display and edit an XML document in a graphical fashion. """ author = "Alexandre Fayolle" author_email = "Alexandre.Fayolle@logilab.fr" web = "http://www.logilab.org/%s/" % modname ftp = "ftp://ftp.logilab.org/pub/%s/" % modname mailinglist = "http://lists.logilab.org/mailman/listinfo/xml-projects" subpackage_of = 'logilab'