We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bdb8d commit ab2ecedCopy full SHA for ab2eced
setup.py
@@ -75,7 +75,7 @@ def make_extra_requirements() -> Mapping[str, str]:
75
description="SocketIO framework driven by the AsyncAPI specification. Built on top of Flask-SocketIO. Inspired by Connexion.",
76
install_requires=requirements,
77
extras_require=make_extra_requirements(),
78
- license="MIT license",
+ license="MIT",
79
long_description=readme,
80
long_description_content_type="text/markdown",
81
package_data={
0 commit comments