Skip to content

Commit

Permalink
setup: include LICENSE in MANIFEST.in (fixes #39)
Browse files Browse the repository at this point in the history
Rather than using data_files.
  • Loading branch information
ifduyue authored and idank committed Mar 10, 2019
1 parent 9017528 commit 800cb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='bashlex',
version='0.13',
version='0.14',
url='https://github.com/idank/bashlex.git',
license='GPLv3+',
author='Idan Kamara',
Expand Down Expand Up @@ -39,5 +39,4 @@
],
install_requires=install_requires,
packages=['bashlex'],
data_files = [('', ['LICENSE'])]
)

0 comments on commit 800cb7e

Please sign in to comment.