Skip to content

Commit

Permalink
- Dependency on pyramid_zcml removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 24, 2011
1 parent 4ced434 commit 2437129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,8 @@
Next release
============

- Dependency on ``pyramid_zcml`` removed.

0.6 (2011-02-15)
================

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -38,8 +38,8 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
tests_require=['pyramid>=1.0a10', 'pyramid_zcml', 'Jinja2'],
install_requires=['pyramid>=1.0a10', 'pyramid_zcml', 'Jinja2'],
tests_require=['pyramid>=1.0a10', 'Jinja2'],
install_requires=['pyramid>=1.0a10', 'Jinja2'],
test_suite="pyramid_jinja2",
entry_points="""
[paste.paster_create_template]
Expand Down

0 comments on commit 2437129

Please sign in to comment.