Commit 9926079f authored by Jim Fulton's avatar Jim Fulton

Don't pretend to support the setuptools test runner.

parent ee5ff701
......@@ -68,8 +68,6 @@ setup(
namespace_packages = ['zc'],
install_requires = 'setuptools',
include_package_data = True,
tests_require = ['zope.testing'],
test_suite = name+'.tests.test_suite',
entry_points = {'console_scripts':
['buildout = %s.buildout:main' % name]},
zip_safe=False,
......
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