python - pkg: Make it a complete package(postgrespy-0.1).

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pkg: Make it a complete package(postgrespy-0.1).
Date: 2006-05-01 04:50:35
Message-ID: 20060501045035.3A24A86C5B8@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make it a complete package(postgrespy-0.1).

Rather than splitting up the Frontend and Backend packages, go ahead and unify
them. The backend will eventually use much of the frontend to aid installation
and testing infrastructure anyways.

Modified Files:
--------------
pkg:
MANIFEST.in (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/MANIFEST.in.diff?r1=1.2&r2=1.3)
setup.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/setup.py.diff?r1=1.2&r2=1.3)

Added Files:
-----------
pkg:
README (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/README?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2006-05-01 18:18:45 npgsql - Npgsql: 2006-05-01 Francisco Figueiredo Jr.
Previous Message James William Pye 2006-05-01 03:36:14 python - rc: Add README and long_description.