Skip to content

Commit b7f1e68

Browse files
authored
Add SPDX license identifier (#401)
1 parent 90e4f7f commit b7f1e68

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,13 +1,13 @@
11
[project]
22
name = "python-engineio"
33
version = "4.12.1.dev0"
4+
license = {text = "MIT"}
45
authors = [{name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com"}]
56
description = "Engine.IO server and client for Python"
67
classifiers = [
78
"Environment :: Web Environment",
89
"Intended Audience :: Developers",
910
"Programming Language :: Python :: 3",
10-
"License :: OSI Approved :: MIT License",
1111
"Operating System :: OS Independent",
1212
]
1313
requires-python = ">=3.6"

0 commit comments

Comments
 (0)