Skip to content

Commit b377dbc

Browse files
committed
Add comment
1 parent 5615cae commit b377dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def build_isa_l():
110110
packages=find_packages('src'),
111111
package_dir={'': 'src'},
112112
package_data={'isal': ['*.pxd', '*.pyx',
113+
# Include isa-l LICENSE and other relevant files
114+
# with the binary distribution.
113115
'isa-l/LICENSE', 'isa-l/README.md',
114116
'isa-l/Release_notes.txt']},
115117
url="https://github.com/pycompression/python-isal",

0 commit comments

Comments
 (0)