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 74c7bd1 commit 3a91227Copy full SHA for 3a91227
pyproject.toml
@@ -69,6 +69,9 @@ Source = "https://github.com/libtcod/python-tcod"
69
Tracker = "https://github.com/libtcod/python-tcod/issues"
70
Forum = "https://github.com/libtcod/python-tcod/discussions"
71
72
+[tool.distutils.bdist_wheel]
73
+py-limited-api = "cp37"
74
+
75
[tool.setuptools_scm]
76
write_to = "tcod/version.py"
77
setup.cfg
0 commit comments