Skip to content

Commit 7b4e724

Browse files
committed
Python packaging is the pits
1 parent 8a81771 commit 7b4e724

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ dependencies = [
1515
"xdis >= 6.1.0, < 6.3",
1616
]
1717
readme = "README.rst"
18-
license = "GPL-3.0-or-later"
18+
19+
# 3.8 lingo
20+
license = {text = "GPL"}
21+
22+
# Newer lingo
23+
# license = "GPL-3.0-or-later"
24+
1925
keywords = ["Python bytecode", "bytecode", "disassembler"]
2026
classifiers = [
2127
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)