From ff21841e71720675e73b7501dc6fcbd24047d6b7 Mon Sep 17 00:00:00 2001 From: Thomas Lotze Date: Sun, 19 Sep 2010 11:01:43 +0000 Subject: [PATCH] renamed 'tests' extra to 'test' --- buildout.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 557febf9..115598d6 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -4,4 +4,4 @@ parts = test [test] recipe = zc.recipe.testrunner -eggs = zope.publisher[tests] +eggs = zope.publisher[test] diff --git a/setup.py b/setup.py index 5b93a97f..84922d2e 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ 'zope.proxy', 'zope.security', ], - extras_require={'tests': ['zope.testing']}, + extras_require={'test': ['zope.testing']}, include_package_data=True, zip_safe=False,