Skip to content

Commit

Permalink
Include LICENSE in MANIFEST.in
Browse files Browse the repository at this point in the history
Rather than using data_files.

Resolves idank#39
  • Loading branch information
ifduyue committed Mar 8, 2019
1 parent 9017528 commit 5c718e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@
],
install_requires=install_requires,
packages=['bashlex'],
data_files = [('', ['LICENSE'])]
)

0 comments on commit 5c718e9

Please sign in to comment.