include_package_data is required to build wheels from published sources

This commit is contained in:
Daniel Graña 2013-11-28 16:15:10 -02:00
parent 419a780159
commit 5ba1ad5c4a
1 changed files with 1 additions and 0 deletions

View File

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