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 339861367e
commit cfe588103c
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',