~ubuntu-branches/ubuntu/hardy/psycopg2/hardy

« back to all changes in this revision

Viewing changes to psycopg2da/PACKAGE.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2007-01-15 11:39:15 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070115113915-sxejh5ganrncld1x
Tags: 2.0.5.1-6
debian/zope-psycopgda2.dzproduct: requires Zope 2.9 or higher: previous
versions use python2.3 which is not supported anymore in psycopg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Load the license from an external source, so we don't have to keep a
 
2
# copy of it sitting around:
 
3
<load>
 
4
  LICENSE.txt  http://svn.zope.org/*checkout*/Zope3/trunk/ZopePublicLicense.txt?rev=25177
 
5
</load>
 
6
 
 
7
# Add a few things to the distribution root.
 
8
<distribution>
 
9
  README.txt
 
10
</distribution>
 
11
 
 
12
# Specify what is included in the component.
 
13
<collection>
 
14
 
 
15
  # Documentation files of the package:
 
16
  *.txt
 
17
 
 
18
  # Python modules from the package:
 
19
  *.py
 
20
 
 
21
  # Configuration files of the package:
 
22
  *.zcml
 
23
 
 
24
</collection>