@@ -42,7 +42,7 @@ keywords = [
4242 " field-of-view" ,
4343 " pathfinding" ,
4444]
45- classifiers = [
45+ classifiers = [ # https://pypi.org/classifiers/
4646 " Development Status :: 5 - Production/Stable" ,
4747 " Environment :: Win32 (MS Windows)" ,
4848 " Environment :: MacOS X" ,
@@ -53,6 +53,7 @@ classifiers = [
5353 " Operating System :: MacOS :: MacOS X" ,
5454 " Operating System :: Microsoft :: Windows" ,
5555 " Programming Language :: Python :: 3" ,
56+ " Programming Language :: Python :: Free Threading :: 2 - Beta" ,
5657 " Programming Language :: Python :: Implementation :: CPython" ,
5758 " Programming Language :: Python :: Implementation :: PyPy" ,
5859 " Topic :: Games/Entertainment" ,
@@ -72,9 +73,6 @@ Source = "https://github.com/libtcod/python-tcod"
7273Tracker = " https://github.com/libtcod/python-tcod/issues"
7374Forum = " https://github.com/libtcod/python-tcod/discussions"
7475
75- [tool .distutils .bdist_wheel ]
76- py-limited-api = " cp310"
77-
7876[tool .setuptools_scm ]
7977write_to = " tcod/version.py"
8078
0 commit comments