Browse Source

Add SPDX license identifier

pull/1453/head
Marc Mueller 1 month ago
parent
commit
bb084356bd
  1. 2
      pyproject.toml

2
pyproject.toml

@ -1,6 +1,7 @@
[project] [project]
name = "python-socketio" name = "python-socketio"
version = "5.13.1.dev0" version = "5.13.1.dev0"
license = {text = "MIT"}
authors = [ authors = [
{ name = "Miguel Grinberg", email = "[email protected]" }, { name = "Miguel Grinberg", email = "[email protected]" },
] ]
@ -9,7 +10,6 @@ classifiers = [
"Environment :: Web Environment", "Environment :: Web Environment",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
requires-python = ">=3.8" requires-python = ">=3.8"

Loading…
Cancel
Save