[z3-checkins] r32587 - z3/hurry.file/trunk
faassen at codespeak.net
faassen at codespeak.net
Fri Sep 22 18:24:28 CEST 2006
Author: faassen
Date: Fri Sep 22 18:24:27 2006
New Revision: 32587
Modified:
z3/hurry.file/trunk/CHANGES.txt
z3/hurry.file/trunk/setup.py
Log:
Prepare for first cheeseshop release.
Modified: z3/hurry.file/trunk/CHANGES.txt
==============================================================================
--- z3/hurry.file/trunk/CHANGES.txt (original)
+++ z3/hurry.file/trunk/CHANGES.txt Fri Sep 22 18:24:27 2006
@@ -1,6 +1,11 @@
hurry.file changes
==================
+0.9.1 (2006-09-22)
+-----------------
+
+* first cheeseshop release.
+
0.9 (2006-06-15)
----------------
Modified: z3/hurry.file/trunk/setup.py
==============================================================================
--- z3/hurry.file/trunk/setup.py (original)
+++ z3/hurry.file/trunk/setup.py Fri Sep 22 18:24:27 2006
@@ -2,7 +2,7 @@
setup(
name="hurry.file",
- version="0.9",
+ version="0.9.1",
packages=find_packages('src', exclude=["*.tests", "*.ftests"]),
package_dir= {'':'src'},
@@ -22,4 +22,6 @@
""",
license='BSD',
keywords="zope zope3",
+ classifiers = ['Framework :: Zope3'],
+ install_requires=['setuptools'],
)
More information about the z3-checkins
mailing list