[SQL-CVS] r4401 - SQLObject/branches/1.0
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-05-30 11:07:14
|
Author: phd Date: Mon May 30 05:07:07 2011 New Revision: 4401 Log: Merged revision 4400 from branch 0.15: exclude sqlobject.conftest, sqlobject.versioning.test, sqlobject.wsgi_middleware. Modified: SQLObject/branches/1.0/setup.cfg Modified: SQLObject/branches/1.0/setup.cfg ============================================================================== --- SQLObject/branches/1.0/setup.cfg Mon May 30 05:04:25 2011 (r4400) +++ SQLObject/branches/1.0/setup.cfg Mon May 30 05:07:07 2011 (r4401) @@ -19,8 +19,9 @@ doc_base = docs/ dest = docs/html modules = sqlobject -exclude_modules = sqlobject.tests - sqlobject.inheritance.tests +exclude_modules = sqlobject.conftest sqlobject.tests + sqlobject.inheritance.tests sqlobject.versioning.test + sqlobject.wsgi_middleware title = SQLObject mailing_list_url = community.html settings = normal_link_color=#039 |