Skip to content

Commit c434276

Browse files
authored
Add LICENSE to tarball
should fix #259
1 parent 9ec8a26 commit c434276

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
@@ -27,6 +27,7 @@
2727
description = 'unittest-based test runner with Ant/JUnit like XML reporting.',
2828
long_description = long_description,
2929
long_description_content_type = 'text/markdown',
30+
data_files = [('', ['LICENSE'])],
3031
install_requires = ['lxml'],
3132
license = 'BSD',
3233
platforms = ['Any'],

0 commit comments

Comments
 (0)