Skip to content

Commit ab2eced

Browse files
authored
fix: typo in setup.py (#103)
1 parent 55bdb8d commit ab2eced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def make_extra_requirements() -> Mapping[str, str]:
7575
description="SocketIO framework driven by the AsyncAPI specification. Built on top of Flask-SocketIO. Inspired by Connexion.",
7676
install_requires=requirements,
7777
extras_require=make_extra_requirements(),
78-
license="MIT license",
78+
license="MIT",
7979
long_description=readme,
8080
long_description_content_type="text/markdown",
8181
package_data={

0 commit comments

Comments
 (0)