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.',