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 90e4f7f commit b7f1e68Copy full SHA for b7f1e68
pyproject.toml
@@ -1,13 +1,13 @@
1
[project]
2
name = "python-engineio"
3
version = "4.12.1.dev0"
4
+license = {text = "MIT"}
5
authors = [{name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com"}]
6
description = "Engine.IO server and client for Python"
7
classifiers = [
8
"Environment :: Web Environment",
9
"Intended Audience :: Developers",
10
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: MIT License",
11
"Operating System :: OS Independent",
12
]
13
requires-python = ">=3.6"
0 commit comments