Commit d6fe64e3 authored by jim's avatar jim

Don't pretend to support the setuptools test runner.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@88462 62d5b8a3-27da-0310-9561-8e5933582275
parent d38973cf
......@@ -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