We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259de30 commit 81c80cdCopy full SHA for 81c80cd
pyproject.toml
@@ -1,6 +1,7 @@
1
[project]
2
name = "python-socketio"
3
version = "5.13.1.dev0"
4
+license = {text = "MIT"}
5
authors = [
6
{ name = "Miguel Grinberg", email = "[email protected]" },
7
]
@@ -9,7 +10,6 @@ classifiers = [
9
10
"Environment :: Web Environment",
11
"Intended Audience :: Developers",
12
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: MIT License",
13
"Operating System :: OS Independent",
14
15
requires-python = ">=3.8"
0 commit comments