[Checkins] SVN: z3c.pt/trunk/ Moved package into 'src' directory.

Malthe Borch mborch at gmail.com
Fri Jun 6 07:54:55 EDT 2008


Log message for revision 87186:
  Moved package into 'src' directory.

Changed:
  U   z3c.pt/trunk/benchmark/benchmark/__init__.py
  U   z3c.pt/trunk/buildout.cfg
  U   z3c.pt/trunk/setup.py
  A   z3c.pt/trunk/src/
  A   z3c.pt/trunk/src/z3c/
  D   z3c.pt/trunk/z3c/

-=-
Modified: z3c.pt/trunk/benchmark/benchmark/__init__.py
===================================================================
--- z3c.pt/trunk/benchmark/benchmark/__init__.py	2008-06-06 11:45:32 UTC (rev 87185)
+++ z3c.pt/trunk/benchmark/benchmark/__init__.py	2008-06-06 11:54:54 UTC (rev 87186)
@@ -1 +0,0 @@
-#

Modified: z3c.pt/trunk/buildout.cfg
===================================================================
--- z3c.pt/trunk/buildout.cfg	2008-06-06 11:45:32 UTC (rev 87185)
+++ z3c.pt/trunk/buildout.cfg	2008-06-06 11:54:54 UTC (rev 87186)
@@ -1,13 +1,15 @@
 [buildout]
-develop = . benchmark
-eggs = z3c.pt
+develop = . benchmark 
 parts = test benchmark
 find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.pt
+eggs =
+   z3c.pt
 
 [benchmark]
 recipe = zc.recipe.testrunner
-eggs = benchmark
\ No newline at end of file
+eggs =
+   z3c.pt
+   benchmark

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2008-06-06 11:45:32 UTC (rev 87185)
+++ z3c.pt/trunk/setup.py	2008-06-06 11:54:54 UTC (rev 87186)
@@ -17,8 +17,9 @@
       author_email='mborch at gmail.com',
       url='',
       license='ZPL',
-      packages=find_packages(exclude=['ez_setup']),
       namespace_packages=['z3c'],
+      packages = find_packages('src'),
+      package_dir = {'':'src'},
       include_package_data=True,
       zip_safe=False,
       install_requires=[

Copied: z3c.pt/trunk/src/z3c (from rev 87182, z3c.pt/trunk/z3c)



More information about the Checkins mailing list