[Checkins] SVN: five.dbevent/trunk/ Preparing release 0.1.1

Jean-Francois Roche jfroche at jfroche.be
Tue Jan 12 11:13:35 EST 2010


Log message for revision 108068:
  Preparing release 0.1.1

Changed:
  U   five.dbevent/trunk/docs/HISTORY.txt
  U   five.dbevent/trunk/setup.py

-=-
Modified: five.dbevent/trunk/docs/HISTORY.txt
===================================================================
--- five.dbevent/trunk/docs/HISTORY.txt	2010-01-12 16:08:11 UTC (rev 108067)
+++ five.dbevent/trunk/docs/HISTORY.txt	2010-01-12 16:13:34 UTC (rev 108068)
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-0.2 (unreleased)
-----------------
+0.1.1 (2010-01-12)
+------------------
 
-- Nothing changed yet.
+* Fix package metadata
 
 
 0.1 (2010-01-12)

Modified: five.dbevent/trunk/setup.py
===================================================================
--- five.dbevent/trunk/setup.py	2010-01-12 16:08:11 UTC (rev 108067)
+++ five.dbevent/trunk/setup.py	2010-01-12 16:13:34 UTC (rev 108068)
@@ -1,22 +1,22 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2dev'
+version = '0.1.1'
 
 setup(name='five.dbevent',
       version=version,
-      description="Database startup events",
+      description="ZODB Database startup events backported to Zope 2",
       long_description=open("README.txt").read() + "\n" +
                        open(os.path.join("docs", "HISTORY.txt")).read(),
       classifiers=[
         "Programming Language :: Python",
         "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
-      keywords='',
+        "Framework :: Zope2"],
+      keywords='zope2 zodb',
       author='Godefroid Chapelle and Jean-Francois Roche',
-      author_email='',
+      author_email='zope-dev at zope.org',
       url='http://pypi.python.org/pypi/five.dbevent',
-      license='GPL',
+      license='ZPL',
       packages=find_packages('src', exclude=['ez_setup']),
       package_dir={'': 'src'},
       namespace_packages=['five'],
@@ -24,8 +24,4 @@
       zip_safe=False,
       install_requires=[
           'setuptools',
-          'collective.monkeypatcher'],
-      entry_points="""
-      # -*- Entry points: -*-
-      """,
-      )
+          'collective.monkeypatcher'])



More information about the checkins mailing list