From cfe588103c669c90d0090d4bc080bd962a54f2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 28 Nov 2013 16:15:10 -0200 Subject: [PATCH] include_package_data is required to build wheels from published sources --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a062d89d3..a0f982567 100644 --- a/setup.py +++ b/setup.py @@ -102,6 +102,7 @@ setup_args = { 'cmdclass': cmdclasses, 'data_files': data_files, 'scripts': scripts, + 'include_package_data': True, 'classifiers': [ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7',