[Checkins] SVN: grokcore.layout/trunk/setup.py Update package owner.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Jul 13 14:28:27 EDT 2011


Log message for revision 122196:
  Update package owner.

Changed:
  U   grokcore.layout/trunk/setup.py

-=-
Modified: grokcore.layout/trunk/setup.py
===================================================================
--- grokcore.layout/trunk/setup.py	2011-07-13 18:24:48 UTC (rev 122195)
+++ grokcore.layout/trunk/setup.py	2011-07-13 18:28:26 UTC (rev 122196)
@@ -20,19 +20,17 @@
       version='1.5dev',
       description="A layout component package for zope3 and Grok.",
       long_description = long_description,
-      classifiers=[
-          "Framework :: Zope3",
-          "Programming Language :: Python",
-          "Programming Language :: Zope",
-          "Intended Audience :: Developers",
-          "Development Status :: 5 - Production/Stable",
-          "Topic :: Software Development :: Libraries :: Python Modules",
-          ],
+      classifiers=['Environment :: Web Environment',
+                   'Intended Audience :: Developers',
+                   'License :: OSI Approved :: Zope Public License',
+                   'Programming Language :: Python',
+                   'Framework :: Zope3',
+                   ],
       keywords='grok layout zope3 pagelet theming',
-      author='Souheil Chelfouh',
-      author_email='trollfot at gmail.com',
-      url='http://pypi.python.org/pypi/grokcore.layout',
-      license='GPL',
+      author='Grok Team',
+      author_email='grok-dev at zope.org',
+      url='http://grok.zope.org',
+      license='ZPL',
       packages=find_packages('src', exclude=['ez_setup']),
       package_dir={'': 'src'},
       namespace_packages=['grokcore'],



More information about the checkins mailing list