Spaces:
Runtime error
Runtime error
Merge pull request #6 from ranms25/patch-1
Browse files
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/
|