Commit 1a36fdba authored by Michael Howitz's avatar Michael Howitz

bring in shape

parent 05a4ca64
......@@ -2,6 +2,12 @@
CHANGES
=======
3.11.2 (unreleased)
-------------------
- ...
3.11.1 (2010-04-30)
-------------------
......
......@@ -16,18 +16,18 @@
# When developing and releasing this package, please follow the documented
# Zope Toolkit policies as described by this documentation.
##############################################################################
"""Setup for zope.container package
"""Setup for zope.container package"""
$Id$
"""
import os
from setuptools import setup, find_packages, Extension
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.container',
version = '3.11.1',
version = '3.11.2dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Container',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment