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 8a81771 commit 7b4e724Copy full SHA for 7b4e724
1 file changed
pyproject.toml
@@ -15,7 +15,13 @@ dependencies = [
15
"xdis >= 6.1.0, < 6.3",
16
]
17
readme = "README.rst"
18
-license = "GPL-3.0-or-later"
+
19
+# 3.8 lingo
20
+license = {text = "GPL"}
21
22
+# Newer lingo
23
+# license = "GPL-3.0-or-later"
24
25
keywords = ["Python bytecode", "bytecode", "disassembler"]
26
classifiers = [
27
"Development Status :: 5 - Production/Stable",
0 commit comments