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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Load the license from an external source, so we don't have to keep a
# copy of it sitting around:
<load>
  LICENSE.txt  http://svn.zope.org/*checkout*/Zope3/trunk/ZopePublicLicense.txt?rev=25177
</load>

# Add a few things to the distribution root.
<distribution>
  README.txt
</distribution>

# Specify what is included in the component.
<collection>

  # Documentation files of the package:
  *.txt

  # Python modules from the package:
  *.py

  # Configuration files of the package:
  *.zcml

</collection>