From 1e447031473605c1ff1de05e64e9e18d1f994c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 9 May 2016 15:03:14 +0200 Subject: [PATCH] Don't include *.md files in wheel. Those are installed in /usr/lib/pillarsdk or /path/to/venv/lib/pillarsdk, which is too far away from the Python package itself. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 799ef33..e7c0047 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ setup( author_email='francesco@blender.org', packages=['pillarsdk'], scripts=[], - data_files=[('pillarsdk', glob.glob('*.md'))], url='https://github.com/armadillica/Pillar-Python-SDK', license='BSD License', description='The Pillar REST SDK provides Python APIs to communicate to the Pillar webservices.',