Skip to content

Commit

Permalink
Note that due to syntax we require Python 2.5 or higher now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jan 19, 2012
1 parent 13b860f commit ace0b71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -13,6 +13,7 @@ CHANGES

- Fixed a conflict resolution bug that didn't handle
`ZODB.ConflictResolution.PersistentReference` correctly.
Note that due to syntax we require Python 2.5 or higher now.


1.2.1 (2011-12-17)
Expand Down
10 changes: 9 additions & 1 deletion setup.py
Expand Up @@ -16,7 +16,15 @@ def read(*rnames):
license="ZPL 2.1",
author="Zope Project",
author_email="zope-dev@zope.org",

# Get more strings from
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
],
namespace_packages=["zc"],
packages=["zc", "zc.queue"],
package_dir={"": "src"},
Expand Down

0 comments on commit ace0b71

Please sign in to comment.