Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 25, 2010
1 parent 9399873 commit f71bb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[buildout]
develop = .
parts = interpreter test
find-links = http://download.zope.org/distribution/

[interpreter]
recipe = zc.recipe.egg
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
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.",
Expand Down

0 comments on commit f71bb74

Please sign in to comment.