[Checkins] SVN: Sandbox/ulif/grokcore.startup/setup.py Show detailed README in long description; add keywords.

Uli Fouquet uli at gnufix.de
Mon Feb 2 08:37:43 EST 2009


Log message for revision 95973:
  Show detailed README in long description; add keywords.

Changed:
  U   Sandbox/ulif/grokcore.startup/setup.py

-=-
Modified: Sandbox/ulif/grokcore.startup/setup.py
===================================================================
--- Sandbox/ulif/grokcore.startup/setup.py	2009-02-02 13:36:47 UTC (rev 95972)
+++ Sandbox/ulif/grokcore.startup/setup.py	2009-02-02 13:37:43 UTC (rev 95973)
@@ -7,6 +7,8 @@
 long_description = (
     read('README.txt')
     + '\n' +
+    read(os.path.join('src', 'grokcore', 'startup', 'README.txt'))
+    + '\n' +
     read('CHANGES.txt')
     )
 
@@ -25,6 +27,7 @@
     description='Paster support for Grok projects.',
     long_description=long_description,
     license='ZPL',
+    keywords='zope zope3 grok grokproject WSGI Paste paster',
     classifiers=['Intended Audience :: Developers',
                  'License :: OSI Approved :: Zope Public License',
                  'Programming Language :: Python',



More information about the Checkins mailing list