From fe6d3d500cebdf9d0dc51d50adcd35b3918a11d6 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Fri, 18 Jan 2013 19:48:30 -0800 Subject: [PATCH] Do not install the doc package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1f6c0dc..0040534e 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ if __name__ == "__main__": configuration=configuration, - packages=setuptools.find_packages(), + packages=setuptools.find_packages(exclude=['doc']), include_package_data=True, zip_safe=False, # the package can run out of an .egg file