Skip to content

Commit

Permalink
Prepare for 0.6 cheeseshop release.
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Sep 22, 2006
1 parent b998555 commit e99f4e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
@@ -0,0 +1,8 @@
================
zc.table changes
================

0.6 (2006-09-22)
================

Initial release on Cheeseshop.
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -2,11 +2,9 @@

setup(
name="zc.table",
version="0.5.1",
install_requires=['zc.resourcelibrary >= 0.5'],
dependency_links=['http://download.zope.org/distribution/',],
packages=find_packages('src', exclude=["*.tests", "*.ftests"]),

version="0.6",
install_requires=['zc.resourcelibrary >= 0.6'],
packages=find_packages('src'),
package_dir= {'':'src'},

namespace_packages=['zc'],
Expand All @@ -21,4 +19,6 @@
license='ZPL',
keywords="zope zope3",
zip_safe=False,
classifiers = ['Framework :: Zope3'],
install_requires=['setuptools'],
)

0 comments on commit e99f4e4

Please sign in to comment.