[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/ cosmetics

Philipp von Weitershausen philikon at philikon.de
Tue Jul 17 13:32:18 EDT 2007


Log message for revision 78086:
  cosmetics
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/README.txt
  U   Sandbox/philikon/zopeproject/trunk/setup.py

-=-
Modified: Sandbox/philikon/zopeproject/trunk/README.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/README.txt	2007-07-17 17:29:40 UTC (rev 78085)
+++ Sandbox/philikon/zopeproject/trunk/README.txt	2007-07-17 17:32:17 UTC (rev 78086)
@@ -1,8 +1,5 @@
-``zopeproject`` provides tools and scripts for creating development
-sandboxes for web applications that primarily use Zope.
-
 Quickstart
-----------
+==========
 
 You can start a new Zope-based web application from scratch with just
 a two commands::
@@ -38,7 +35,7 @@
 account that you specified earlier.
 
 Command line options
---------------------
+====================
 
 ``--no-buildout``
   When invoked with this option, ``zopeproject`` will only create the
@@ -68,7 +65,7 @@
   ``buildout`` command.
 
 What are the different files for?
----------------------------------
+=================================
 
 ``deploy.ini``
   Configuration file for PasteDeploy_.  It defines which server
@@ -107,7 +104,7 @@
   whether newer eggs are available online or not (``newest``).
 
 Adding dependencies to the application
---------------------------------------
+======================================
 
 The standard ``setup.py`` and ``configure.zcml`` files list a set of
 standard dependencies that is typical for most Zope applications.  You

Modified: Sandbox/philikon/zopeproject/trunk/setup.py
===================================================================
--- Sandbox/philikon/zopeproject/trunk/setup.py	2007-07-17 17:29:40 UTC (rev 78085)
+++ Sandbox/philikon/zopeproject/trunk/setup.py	2007-07-17 17:32:17 UTC (rev 78086)
@@ -7,7 +7,8 @@
     author_email='philipp at weitershausen.de',
     url='http://cheeseshop.python.org/pypi/zopeproject',
     download_url='svn://svn.zope.org/repos/main/Sandbox/zopeproject/trunk#egg=zopeproject-dev',
-    description='Machinery and scripts for setting up new Zope projects',
+    description='Tools and scripts for creating development sandboxes for '
+                'web applications that primarily use Zope',
     long_description=open('README.txt').read(),
     license='ZPL',
 



More information about the Checkins mailing list