[Checkins] SVN: five.grok/trunk/ Docs added. Kinda.

Lennart Regebro regebro at gmail.com
Sat Apr 26 09:26:10 EDT 2008


Log message for revision 85763:
  Docs added. Kinda.
  

Changed:
  U   five.grok/trunk/README.txt
  U   five.grok/trunk/setup.py

-=-
Modified: five.grok/trunk/README.txt
===================================================================
--- five.grok/trunk/README.txt	2008-04-26 12:48:55 UTC (rev 85762)
+++ five.grok/trunk/README.txt	2008-04-26 13:26:09 UTC (rev 85763)
@@ -1,4 +1,12 @@
+five.grok
+=========
+
 Introduction
-============
+------------
 
+five.grok is a web framework development layer for Zope 2, based on Grok 
+concepts. The development techniques are similar to the ones for Grok.
 
+It is currently experimental, don't use in production.
+
+See also: http://grok.zope.org/

Modified: five.grok/trunk/setup.py
===================================================================
--- five.grok/trunk/setup.py	2008-04-26 12:48:55 UTC (rev 85762)
+++ five.grok/trunk/setup.py	2008-04-26 13:26:09 UTC (rev 85763)
@@ -5,19 +5,23 @@
 
 setup(name='five.grok',
       version=version,
-      description="",
+      description="Grok-like layer for Zope 2",
       long_description=open("README.txt").read() + "\n" +
                        open(os.path.join("docs", "HISTORY.txt")).read(),
-      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
+      # Get more strings from http://www.python.org/pypi?:action=list_classifiers
       classifiers=[
-        "Programming Language :: Python",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
-      keywords='',
-      author='',
-      author_email='',
-      url='',
-      license='GPL',
+          "Environment :: Web Environment",
+          "Intended Audience :: Developers",
+          "License :: OSI Approved :: Zope Public License",
+          "Programming Language :: Python",
+          "Topic :: Software Development :: Libraries :: Python Modules",
+          "Framework :: Zope2",
+          ],
+      keywords='zope2 grok',
+      author='Lennart Regebro, Godefroid Chapelle',
+      author_email='grok-dev at zope.org',
+      url='http://svn.zope.org/five.grok/',
+      license='ZPL',
       packages=find_packages('src', exclude=['ez_setup']),
       package_dir={'': 'src'},
       namespace_packages=['five'],



More information about the Checkins mailing list