File: __pkginfo__.py

package info (click to toggle)
zope-cmfquickinstallertool 1.5.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 172 kB
  • ctags: 120
  • sloc: python: 670; sh: 60; makefile: 38
file content (25 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

modname = 'CMFQuickInstallerTool'
version = open('version.txt').read().strip()
numversion = version.split('.')

license = 'GPL'
copyright = '''(c) 2003 BlueDynamics'''

author = "Philipp Auersperg"
author_email = "phil@bluedynamics.com"

short_desc = "A tool to manage installation of CMF products inside CMF sites"
long_desc = """This tool is independent from the former CMFQuickInstaller.
The main difference to CMFQuickInstaller the tracking of
what a product creates during install.
"""

web = "http://www.sourceforge.net/projects/collective"
ftp = ""
mailing_list = "collective@lists.sourceforge.net"

debian_name = "zope-cmfquickinstallertool"
debian_maintainer = "Sylvain Thenault"
debian_maintainer_email = "sylvain.thenault@logilab.fr"
debian_handler = "zope"