Do not install the doc package

This commit is contained in:
Christoph Gohlke
2013-01-18 19:48:30 -08:00
parent 6420238010
commit fe6d3d500c
+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