Skip to content

Commit 5ba1ad5

Browse files
committed
include_package_data is required to build wheels from published sources
1 parent 419a780 commit 5ba1ad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def is_not_module(filename):
102102
'cmdclass': cmdclasses,
103103
'data_files': data_files,
104104
'scripts': scripts,
105+
'include_package_data': True,
105106
'classifiers': [
106107
'Programming Language :: Python',
107108
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)