Skip to content

Commit

Permalink
BLD: Include LICENSE in installed package
Browse files Browse the repository at this point in the history
Ensure LICENSE is included in installed package
  • Loading branch information
bashtage committed Aug 30, 2018
1 parent 8e7f600 commit 976c408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,5 @@ def is_pure(self):
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
zip_safe=False,
data_files=[('', ['LICENSE.txt'])]
)

0 comments on commit 976c408

Please sign in to comment.