[Checkins] SVN: grokcore.component/trunk/setup.py grokcore.component has nothing to do with either web programming nor is it

Philipp von Weitershausen philikon at philikon.de
Thu Mar 20 04:58:00 EDT 2008


Log message for revision 84802:
  grokcore.component has nothing to do with either web programming nor is it
  a package strictly developed for Zope 3 (the idea, after all, was to make it
  work in "pure" Python, for some definition of "pure" :)).
  
  Also, declare 'grokcore' a namespace package.
  

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

-=-
Modified: grokcore.component/trunk/setup.py
===================================================================
--- grokcore.component/trunk/setup.py	2008-03-20 08:53:44 UTC (rev 84801)
+++ grokcore.component/trunk/setup.py	2008-03-20 08:58:00 UTC (rev 84802)
@@ -23,15 +23,14 @@
     description='Grok component registration core',
     long_description=long_description,
     license='ZPL',
-    classifiers=['Environment :: Web Environment',
-                 'Intended Audience :: Developers',
+    classifiers=['Intended Audience :: Developers',
                  'License :: OSI Approved :: Zope Public License',
                  'Programming Language :: Python',
-                 'Framework :: Zope3',
                  ],
 
     packages=find_packages('src'),
     package_dir = {'': 'src'},
+    namespace_packages=['grokcore'],
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',



More information about the Checkins mailing list