forked from platypush/platypush
Fixed license name for pypi upload
This commit is contained in:
parent
ad8f9b102e
commit
98bfb5d2a3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ setup(
|
|||
long_description = read('README.md'),
|
||||
classifiers = [
|
||||
"Topic :: Utilities",
|
||||
"License :: OSI Approved :: MIT",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Development Status :: 3 - Alpha",
|
||||
],
|
||||
install_requires = [
|
||||
|
|
Loading…
Reference in a new issue