ranms25 commited on
Commit
8d6e28c
1 Parent(s): 77c5216

Added license to the setup.py file

Browse files

Hi, this PR was sent as part of [OSDC](https://osdc.code-maven.com/) taught by: @szabgab.
By adding the license to this file, it will be shown on the website [pypi.org](https://pypi.org/)

Files changed (1) hide show
  1. setup.py +1 -0
setup.py CHANGED
@@ -20,6 +20,7 @@ setup(
20
  long_description=open("README.md").read(),
21
  long_description_content_type="text/markdown",
22
  url="https://github.com/momegas/megabots",
 
23
  classifiers=[
24
  # Choose appropriate classifiers from
25
  # https://pypi.org/classifiers/
 
20
  long_description=open("README.md").read(),
21
  long_description_content_type="text/markdown",
22
  url="https://github.com/momegas/megabots",
23
+ license="MIT",
24
  classifiers=[
25
  # Choose appropriate classifiers from
26
  # https://pypi.org/classifiers/