[Checkins] SVN: z3c.skin.pagelet/trunk/ Prepare for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Sep 22 14:09:23 EDT 2007


Log message for revision 79830:
  Prepare for release.
  

Changed:
  _U  z3c.skin.pagelet/trunk/
  U   z3c.skin.pagelet/trunk/CHANGES.txt
  U   z3c.skin.pagelet/trunk/README.txt
  U   z3c.skin.pagelet/trunk/setup.py

-=-

Property changes on: z3c.skin.pagelet/trunk
___________________________________________________________________
Name: svn:ignore
   + develop-eggs
eggs
bin
parts
.installed.cfg


Modified: z3c.skin.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.skin.pagelet/trunk/CHANGES.txt	2007-09-22 18:03:52 UTC (rev 79829)
+++ z3c.skin.pagelet/trunk/CHANGES.txt	2007-09-22 18:09:23 UTC (rev 79830)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 1.0.0 (21.9.2007)
+Version 1.0.0 (9/22/2007)
 -------------------------
 
 - Initial Release

Modified: z3c.skin.pagelet/trunk/README.txt
===================================================================
--- z3c.skin.pagelet/trunk/README.txt	2007-09-22 18:03:52 UTC (rev 79829)
+++ z3c.skin.pagelet/trunk/README.txt	2007-09-22 18:09:23 UTC (rev 79830)
@@ -1 +1,2 @@
-This package provides the pagelet implementation
\ No newline at end of file
+This package provides a base skin for people wanting to develop 
+pagelet-based applications.

Modified: z3c.skin.pagelet/trunk/setup.py
===================================================================
--- z3c.skin.pagelet/trunk/setup.py	2007-09-22 18:03:52 UTC (rev 79829)
+++ z3c.skin.pagelet/trunk/setup.py	2007-09-22 18:09:23 UTC (rev 79830)
@@ -22,18 +22,18 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup (
-    name='z3c.skin.pagelet',
-    version='1.4.0',
-    author = "Stephan Richter, Roger Ineichen and the Zope Community",
+    name = 'z3c.skin.pagelet',
+    version = '1.0.0',
+    author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
-    description = "The z3c pagelet implementation",
-    long_description=(
+    description = "A base skin for pagelet-based UIs",
+    long_description = (
         read('README.txt')
         + '\n\n' +
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",
-    keywords = "zope3 pagelet",
+    keywords = "zope3 pagelet skin",
     classifiers = [
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
@@ -100,6 +100,5 @@
         'z3c.viewlet',
         'z3c.zrtresource',
         ],
-    dependency_links = ['http://download.zope.org/distribution'],
     zip_safe = False,
     )



More information about the Checkins mailing list