Browse Source

Add SPDX license identifier (#1453)

pull/1458/head
Marc Mueller 4 weeks ago
committed by GitHub
parent
commit
81c80cddde
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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