[Checkins] SVN: z3c.schema2xml/trunk/s make this into a proper namespace package.

Martijn Faassen faassen at infrae.com
Sun Jan 20 08:04:53 EST 2008


Log message for revision 82978:
  make this into a proper namespace package.
  

Changed:
  U   z3c.schema2xml/trunk/setup.py
  D   z3c.schema2xml/trunk/svn-commit.tmp

-=-
Modified: z3c.schema2xml/trunk/setup.py
===================================================================
--- z3c.schema2xml/trunk/setup.py	2008-01-20 12:59:56 UTC (rev 82977)
+++ z3c.schema2xml/trunk/setup.py	2008-01-20 13:04:52 UTC (rev 82978)
@@ -14,6 +14,7 @@
       license="ZPL",
       package_dir={'': 'src'},
       packages=find_packages('src'),
+      namespace_packages=['z3c'],
       include_package_data=True,
       zip_safe=False,
       install_requires=[

Deleted: z3c.schema2xml/trunk/svn-commit.tmp
===================================================================
--- z3c.schema2xml/trunk/svn-commit.tmp	2008-01-20 12:59:56 UTC (rev 82977)
+++ z3c.schema2xml/trunk/svn-commit.tmp	2008-01-20 13:04:52 UTC (rev 82978)
@@ -1,4 +0,0 @@
-Initial import of this package.
---This line, and those below, will be ignored--
-
-A    .



More information about the Checkins mailing list