[Checkins] SVN: zope.fanstatic/trunk/setup.py Fixed attribution.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Nov 26 10:03:10 EST 2010


Log message for revision 118602:
  Fixed attribution.

Changed:
  U   zope.fanstatic/trunk/setup.py

-=-
Modified: zope.fanstatic/trunk/setup.py
===================================================================
--- zope.fanstatic/trunk/setup.py	2010-11-26 14:52:58 UTC (rev 118601)
+++ zope.fanstatic/trunk/setup.py	2010-11-26 15:03:10 UTC (rev 118602)
@@ -5,7 +5,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 long_description = (
-    read('src', 'hurry', 'zoperesource', 'README.txt')
+    read('src', 'zope', 'fanstatic', 'README.txt')
     + '\n' +
     read('CHANGES.txt')
     + '\n' +
@@ -14,18 +14,18 @@
     )
 
 setup(
-    name='hurry.zoperesource',
+    name='zope.fanstatic',
     version='0.8dev',
-    description="hurry.resource integration for Zope.",
+    description="Fanstatic integration for Zope.",
     long_description=long_description,
     classifiers=['Framework :: Zope3'],
     keywords='',
-    author='Martijn Faassen',
-    author_email='faassen at startifact.com',
-    url='http://pypi.python.org/pypi/hurry.zoperesource',
-    license='ZPL',
+    author='Zope Foundation and Contributors',
+    author_email='zope-dev at zope.org',
+    url='http://pypi.python.org/pypi/zope.fanstatic',
+    license='ZPL 2.1',
     packages=find_packages('src'),
-    namespace_packages=['hurry'],
+    namespace_packages=['zope'],
     package_dir={'': 'src'},
     include_package_data=True,
     zip_safe=False,



More information about the checkins mailing list