Merge pull request #423 from cgohlke/patch-1

Do not install the doc package
This commit is contained in:
Johannes Schönberger
2013-01-19 01:35:23 -08:00
+1 -1
View File
@@ -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