[Zope-CVS] SVN: psycopgda/trunk/P Setup distribution configuration.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Sep 26 12:38:17 EDT 2004
Log message for revision 27689:
Setup distribution configuration.
Changed:
A psycopgda/trunk/PACAKGE.cfg
A psycopgda/trunk/PUBLICATION.cfg
-=-
Added: psycopgda/trunk/PACAKGE.cfg
===================================================================
--- psycopgda/trunk/PACAKGE.cfg 2004-09-26 16:37:43 UTC (rev 27688)
+++ psycopgda/trunk/PACAKGE.cfg 2004-09-26 16:38:17 UTC (rev 27689)
@@ -0,0 +1,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>
Added: psycopgda/trunk/PUBLICATION.cfg
===================================================================
--- psycopgda/trunk/PUBLICATION.cfg 2004-09-26 16:37:43 UTC (rev 27688)
+++ psycopgda/trunk/PUBLICATION.cfg 2004-09-26 16:38:17 UTC (rev 27689)
@@ -0,0 +1,9 @@
+Metadata-Version: 1.0
+Name: psycopgda
+Summary: Psycopg Database Adapter for Zope 3
+Author: Zope Corporation and Contributors
+Author-email: zope3-dev at zope.org
+License: ZPL 2.1
+Description:
+ This package allows Zope 3 to connect to any PostGreSQL database via
+ the common Zope 3 RDB connection facilities.
More information about the Zope-CVS
mailing list