[Checkins] SVN: Sandbox/darrylcousins/mars.layer/s Fixed setup.py and made a second release, tested egg for mars.formdemo and all seems good

Darryl Cousins darryl at darrylcousins.net.nz
Fri Jul 13 04:53:31 EDT 2007


Log message for revision 77803:
  Fixed setup.py and made a second release, tested egg for mars.formdemo and all seems good

Changed:
  U   Sandbox/darrylcousins/mars.layer/setup.py
  U   Sandbox/darrylcousins/mars.layer/src/mars/layer/directive.txt

-=-
Modified: Sandbox/darrylcousins/mars.layer/setup.py
===================================================================
--- Sandbox/darrylcousins/mars.layer/setup.py	2007-07-13 08:23:43 UTC (rev 77802)
+++ Sandbox/darrylcousins/mars.layer/setup.py	2007-07-13 08:53:30 UTC (rev 77803)
@@ -11,17 +11,15 @@
     author_email='darryl.cousins at tfws.org.nz',
     url='http://www.tfws.org.nz/mars',
     description="""\
-Martian is a library that allows the embedding of configuration
-information in Python code. Martian can then grok the system and
-do the appropriate configuration registrations.
-
-This package uses martian to register layers and skin.""",
+This package uses ``martian`` and ``grok`` to register layers and skin
+for applications built on the ``zope`` framework.""",
     long_description=(
         read('src/mars/layer/README.txt')
         ),
     packages=find_packages('src'),
     package_dir = {'': 'src'},
     include_package_data = True,
+    namespace_packages = ['mars'],
     zip_safe=False,
     license='ZPL',
     dependency_links = ['http://download.zope.org/distribution'],

Modified: Sandbox/darrylcousins/mars.layer/src/mars/layer/directive.txt
===================================================================
--- Sandbox/darrylcousins/mars.layer/src/mars/layer/directive.txt	2007-07-13 08:23:43 UTC (rev 77802)
+++ Sandbox/darrylcousins/mars.layer/src/mars/layer/directive.txt	2007-07-13 08:53:30 UTC (rev 77803)
@@ -6,7 +6,7 @@
 -----------------------------------
 
 * mars.layer.layer(class_or_interface):
-  The layer for which the object should be available.
+  The layer for which the view should be available.
   Default: zope.publisher.browser.interfaces.IBrowserRequest
 
 Relevant grok directives



More information about the Checkins mailing list