Skip to content

Commit

Permalink
add license to package in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sugatoray authored Dec 31, 2021
1 parent 5723997 commit 730d16a
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 @@ -14,6 +14,7 @@
long_description_content_type='text/markdown',
long_description=readme,
license='MIT License',
license_files=("LICENSE.txt",),
packages=setuptools.find_packages(),
install_requires=['pipreqs'],
zip_safe=False)

0 comments on commit 730d16a

Please sign in to comment.