Marc Mueller
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
pyproject.toml
|
|
@ -1,6 +1,7 @@ |
|
|
|
[project] |
|
|
|
name = "python-socketio" |
|
|
|
version = "5.13.1.dev0" |
|
|
|
license = {text = "MIT"} |
|
|
|
authors = [ |
|
|
|
{ name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" }, |
|
|
|
] |
|
|
@ -9,7 +10,6 @@ classifiers = [ |
|
|
|
"Environment :: Web Environment", |
|
|
|
"Intended Audience :: Developers", |
|
|
|
"Programming Language :: Python :: 3", |
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
"Operating System :: OS Independent", |
|
|
|
] |
|
|
|
requires-python = ">=3.8" |
|
|
|