mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-11 11:36:37 +03:00
25 lines
513 B
INI
25 lines
513 B
INI
|
# 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>
|