[Checkins] SVN: jquery.layer/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 30 21:15:51 EDT 2007


Log message for revision 81256:
  Get ready for release.
  

Changed:
  _U  jquery.layer/trunk/
  A   jquery.layer/trunk/CHANGES.txt
  U   jquery.layer/trunk/setup.py
  _U  jquery.layer/trunk/src/

-=-

Property changes on: jquery.layer/trunk
___________________________________________________________________
Name: svn:ignore
   + .installed.cfg
bin
develop-eggs
dist
parts


Added: jquery.layer/trunk/CHANGES.txt
===================================================================
--- jquery.layer/trunk/CHANGES.txt	                        (rev 0)
+++ jquery.layer/trunk/CHANGES.txt	2007-10-31 01:15:51 UTC (rev 81256)
@@ -0,0 +1,8 @@
+=======
+CHANGES
+=======
+
+1.0.0 (2007-10-30)
+------------------
+
+- Initial release.


Property changes on: jquery.layer/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: jquery.layer/trunk/setup.py
===================================================================
--- jquery.layer/trunk/setup.py	2007-10-31 00:56:52 UTC (rev 81255)
+++ jquery.layer/trunk/setup.py	2007-10-31 01:15:51 UTC (rev 81256)
@@ -21,30 +21,30 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-setup (
-    name='jquery.layer',
-    version='0.1.0c1',
-    author = "Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
-    description = "Base layers for JQuery functionality",
-    long_description=(
-        read('README.txt')
-        ),
-    license = "ZPL 2.1",
-    keywords = "zope3 layer jquery viewlet",
-    classifiers = [
-        'Development Status :: 4 - Beta',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
-    url = 'http://svn.zope.org/jquery.layer',
+setup(name='jquery.layer',
+      version='1.0.0',
+      author = "Roger Ineichen and the Zope Community",
+      author_email = "zope3-dev at zope.org",
+      description = "Base layers for JQuery functionality",
+      long_description=(
+          read('README.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      license = "ZPL 2.1",
+      keywords = "zope3 layer jquery viewlet",
+      classifiers = [
+          'Development Status :: 5 - Production/Stable',
+          'Environment :: Web Environment',
+          'Intended Audience :: Developers',
+          'License :: OSI Approved :: Zope Public License',
+          'Programming Language :: Python',
+          'Natural Language :: English',
+          'Operating System :: OS Independent',
+          'Topic :: Internet :: WWW/HTTP',
+          'Framework :: Zope3'],
+      url='http://cheeseshop.python.org/pypi/jquery.layer',
     packages = find_packages('src'),
-    include_package_data = True,
     package_dir = {'':'src'},
     namespace_packages = ['jquery'],
     extras_require = dict(
@@ -55,6 +55,6 @@
         'zope.publisher',
         'zope.viewlet',
         ],
-    dependency_links = ['http://download.zope.org/distribution'],
+    include_package_data = True,
     zip_safe = False,
     )


Property changes on: jquery.layer/trunk/src
___________________________________________________________________
Name: svn:ignore
   + jquery.layer.egg-info




More information about the Checkins mailing list