From 130046d2455fff554468dc144dacbd81e16049cb Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 28 Aug 2009 18:51:14 -0500 Subject: [PATCH] remove magic directories from install --HG-- branch : trunk --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8cd516172..d768ba41d 100644 --- a/setup.py +++ b/setup.py @@ -74,8 +74,6 @@ def main(): 'py.io.testing', 'py.log', 'py.log.testing', - 'py.magic', - 'py.magic.testing', 'py.path', 'py.path.gateway', 'py.path.testing', @@ -138,4 +136,4 @@ def main(): if __name__ == '__main__': main() - \ No newline at end of file +