Skip to content

Commit

Permalink
Ensure LICENSE is included in source distributions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson authored Feb 14, 2023
1 parent 50d5894 commit 503aa91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='pywasm',
version='1.0.7',
version='1.0.8',
url='https://github.com/mohanson/pywasm',
license='MIT',
author='mohanson',
Expand All @@ -18,4 +18,5 @@
packages=['pywasm'],
python_requires='>=3.6',
install_requires=['numpy'],
license_files=["LICENSE"],
)

0 comments on commit 503aa91

Please sign in to comment.