[Checkins] SVN: z3c.caching/trunk/ Minor whitespace cleanup

Martin Aspeli optilude at gmx.net
Wed Dec 30 21:44:28 EST 2009


Log message for revision 107423:
  Minor whitespace cleanup

Changed:
  U   z3c.caching/trunk/README.txt
  U   z3c.caching/trunk/setup.py

-=-
Modified: z3c.caching/trunk/README.txt
===================================================================
--- z3c.caching/trunk/README.txt	2009-12-31 02:42:18 UTC (rev 107422)
+++ z3c.caching/trunk/README.txt	2009-12-31 02:44:28 UTC (rev 107423)
@@ -14,14 +14,12 @@
 Administrators can then define a policy which dictates the correct caching
 behaviour for each ruleset.
 
-
 Depending on your environment there are different options for turning
 the ruleset into HTTP caching headers. If you are using Plone_
 you can use `five.caching`_ to integrate with CacheSetup. In a WSGI
 environment you could set the ruleset in `environ` or a response header
 and add a piece of middleware which acts on those hints.
 
-
 Usage
 =====
 
@@ -44,6 +42,7 @@
         name="frontpage_view"
         template="templates/frontpage_view.pt"
         permission="zope2.View" />
+
   </configure>
 
 

Modified: z3c.caching/trunk/setup.py
===================================================================
--- z3c.caching/trunk/setup.py	2009-12-31 02:42:18 UTC (rev 107422)
+++ z3c.caching/trunk/setup.py	2009-12-31 02:44:28 UTC (rev 107423)
@@ -15,14 +15,14 @@
             "Programming Language :: Python",
             "Topic :: Software Development :: Libraries :: Python Modules",
         ],
-      keywords              = "",
+      keywords              = "zope caching",
       author                = "Wichert Akkerman",
       author_email          = "zope-dev at zope.org",
       url                   = "",
       license               = "ZPL",
       namespace_packages    = ["z3c"],
       packages              = find_packages("src", exclude=["ez_setup"]),
-      package_dir	    = {"": "src"},
+      package_dir           = {"": "src"},
       include_package_data  = True,
       zip_safe              = False,
       install_requires      = [



More information about the checkins mailing list