Skip to content

Commit f0ce157

Browse files
committed
Change package_data to have LICENSE in a list
This is required by setuptools and as of a recent version fails if the value(s) are not provided as a list or tuple of strings. See: pypa/setuptools@8f848bd
1 parent 77ee351 commit f0ce157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
include_package_data=True,
2020
package_data={
21-
'': 'LICENSE'
21+
'': ['LICENSE']
2222
},
2323

2424
classifiers=[

0 commit comments

Comments
 (0)