From 9addc84bb39eddeccd31ee5a5f0fa387591e35dd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 21 Dec 2012 07:40:45 -0500 Subject: The egg test wasn't working properly. Thanks, py2.3, for pointing this out --- test/eggsrc/setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/eggsrc') diff --git a/test/eggsrc/setup.py b/test/eggsrc/setup.py index 6a88a58b..f9b8b9d0 100644 --- a/test/eggsrc/setup.py +++ b/test/eggsrc/setup.py @@ -3,4 +3,6 @@ from setuptools import setup setup( name="covtestegg1", packages=['egg1'], + zip_safe=True, + install_requires=[], ) -- cgit v1.2.1