logilab/doctools

view __pkginfo__.py @ 0:cc367abb080e

forget the past. forget the past.
author root
date Wed, 26 Apr 2006 10:48:09 +0000
parents
children 445fd7ed7370
line source
1 # This program is free software; you can redistribute it and/or modify it under
2 # the terms of the GNU General Public License as published by the Free Software
3 # Foundation; either version 2 of the License, or (at your option) any later
4 # version.
5 #
6 # This program is distributed in the hope that it will be useful, but WITHOUT
7 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
8 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
9 #
10 # You should have received a copy of the GNU General Public License along with
11 # this program; if not, write to the Free Software Foundation, Inc.,
12 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
13 """ Copyright (c) 2003-2005 LOGILAB S.A. (Paris, FRANCE).
14 http://www.logilab.fr/ -- mailto:contact@logilab.fr
15 """
17 __revision__ = "$Id: __pkginfo__.py,v 1.18 2005-12-05 12:35:30 arthur Exp $"
19 modname = "doctools"
20 numversion = (0, 1, 6)
21 version = '.'.join([str(num) for num in numversion])
23 license = 'GPL'
24 copyright = '''Copyright (c) 2003-2005 LOGILAB S.A. (Paris, FRANCE).
25 http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
27 author = "Logilab"
28 author_email = "devel@logilab.fr"
29 scripts = ['bin/mkdoc', 'bin/py2dbk', 'bin/xml2dbk']
31 short_desc = "tools used at Logilab to make documents"
32 long_desc = "Set of tools to help writing documents."
33 web = "http://www.logilab.org/projects/doctools"
34 ftp = "ftp://ftp.logilab.org/pub/doctools"
35 mailinglist = "mailto://management-projects@logilab.org"
37 subpackage_of = 'logilab'
39 debian_name = 'logilab-doctools'
40 debian_maintainer = 'Alexandre Fayolle '
41 debian_maintainer_email = 'alexandre.fayolle@logilab.fr'
42 pyversions = ["2.3", "2.4"]