We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220dc23 commit 436ba28Copy full SHA for 436ba28
pyproject.toml
@@ -2,13 +2,11 @@
2
name = "techcable.orderedset"
3
description = "A simple and efficient OrderedSet implementation"
4
authors = [{ name = "Techcable" }]
5
-license = { text = "LICENSE.txt" }
+license = "MIT OR APACHE-2.0"
6
keywords = ["orderedset", "ordereddict", "set"]
7
readme = "README.md"
8
classifiers = [
9
"Development Status :: 4 - Beta",
10
- "License :: OSI Approved :: MIT License",
11
- "License :: OSI Approved :: Apache Software License",
12
"Programming Language :: Python :: 3",
13
"Typing :: Typed",
14
"Topic :: Utilities",
0 commit comments