Skip to content

Commit 81c80cd

Browse files
authored
Add SPDX license identifier (#1453)
1 parent 259de30 commit 81c80cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "python-socketio"
33
version = "5.13.1.dev0"
4+
license = {text = "MIT"}
45
authors = [
56
{ name = "Miguel Grinberg", email = "[email protected]" },
67
]
@@ -9,7 +10,6 @@ classifiers = [
910
"Environment :: Web Environment",
1011
"Intended Audience :: Developers",
1112
"Programming Language :: Python :: 3",
12-
"License :: OSI Approved :: MIT License",
1313
"Operating System :: OS Independent",
1414
]
1515
requires-python = ">=3.8"

0 commit comments

Comments
 (0)