Commit f71bb74a authored by Hanno Schlichting's avatar Hanno Schlichting

Update metadata

parent 93998731
[buildout]
develop = .
parts = interpreter test
find-links = http://download.zope.org/distribution/
[interpreter]
recipe = zc.recipe.egg
......
......@@ -17,8 +17,8 @@ import os
from setuptools import setup, find_packages, Extension
setup(name='Acquisition',
version = '2.11.1',
url='http://cheeseshop.python.org/pypi/Acquisition',
version = '2.11.2dev',
url='http://pypi.python.org/pypi/Acquisition',
license='ZPL 2.1',
description="Acquisition is a mechanism that allows objects to obtain "
"attributes from the containment hierarchy they're in.",
......
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