Description: Do not ship the doc in the setup.py
Author: Simon Chopin <chopin.simon@gmail.com>
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,6 @@
     install_requires=needed,
     test_suite=TestSuite,
     scripts=ProjectScripts,
-    packages=find_packages('lib'),
-    package_data=PackageData,
+    packages=find_packages('lib', exclude=["*.examples", "*.doc", "*.tests"]),
     package_dir={'': 'lib'},
 )
