Commit f3e83718 authored by Jim Fulton's avatar Jim Fulton

Version typo.

parent 6b0a8311
...@@ -16,8 +16,8 @@ setup( ...@@ -16,8 +16,8 @@ setup(
include_package_data = True, include_package_data = True,
package_dir = {'':'src'}, package_dir = {'':'src'},
namespace_packages = ['zc', 'zc.recipe'], namespace_packages = ['zc', 'zc.recipe'],
install_requires = ['zc.buildout >=1.1.0b3', 'zope.testing', 'setuptools', install_requires = ['zc.buildout >=1.0.0b3', 'zope.testing', 'setuptools',
'zc.recipe.egg >=1.1.0a3', 'zc.recipe.egg >=1.0.0a3',
], ],
test_suite = name+'.tests.test_suite', test_suite = name+'.tests.test_suite',
entry_points = {'zc.buildout': ['default = %s:TestRunner' % name]}, entry_points = {'zc.buildout': ['default = %s:TestRunner' % name]},
......
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