Skip to content

Commit 436ba28

Browse files
committed
Use PEP 639 license metadata
1 parent 220dc23 commit 436ba28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
name = "techcable.orderedset"
33
description = "A simple and efficient OrderedSet implementation"
44
authors = [{ name = "Techcable" }]
5-
license = { text = "LICENSE.txt" }
5+
license = "MIT OR APACHE-2.0"
66
keywords = ["orderedset", "ordereddict", "set"]
77
readme = "README.md"
88
classifiers = [
99
"Development Status :: 4 - Beta",
10-
"License :: OSI Approved :: MIT License",
11-
"License :: OSI Approved :: Apache Software License",
1210
"Programming Language :: Python :: 3",
1311
"Typing :: Typed",
1412
"Topic :: Utilities",

0 commit comments

Comments
 (0)