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 Sep 8, 2018
1 parent f3e34fe commit 91e3a0f
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 @@ -307,4 +307,5 @@ def is_pure(self):
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
zip_safe=False,
data_files=[('', ['LICENSE.txt'])]
)

0 comments on commit 91e3a0f

Please sign in to comment.