Skip to content

Commit 407b3e2

Browse files
committed
Update classifiers
Python 3 is generally supported but specific versions are not tested Add pyproject.toml spelling
1 parent cfefe20 commit 407b3e2

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"aarch",
2121
"ADDA",
2222
"ADDALPHA",
23+
"addopts",
2324
"addressof",
2425
"addsub",
2526
"addx",
@@ -128,8 +129,10 @@
128129
"devel",
129130
"DHLINE",
130131
"DISPLAYSWITCH",
132+
"distutils",
131133
"dlopen",
132134
"docstrings",
135+
"doctest",
133136
"documentclass",
134137
"Doryen",
135138
"DPAD",
@@ -151,10 +154,12 @@
151154
"errorvf",
152155
"EXCLAM",
153156
"EXSEL",
157+
"faulthandler",
154158
"favicon",
155159
"ffade",
156160
"fgcolor",
157161
"fheight",
162+
"filterwarnings",
158163
"Flecs",
159164
"flto",
160165
"fmean",
@@ -166,6 +171,7 @@
166171
"furo",
167172
"fwidth",
168173
"GAMECONTROLLER",
174+
"gamedev",
169175
"gamepad",
170176
"gaxis",
171177
"gbutton",
@@ -296,6 +302,7 @@
296302
"mgrid",
297303
"milli",
298304
"minmax",
305+
"minversion",
299306
"mipmap",
300307
"mipmaps",
301308
"MMASK",
@@ -363,6 +370,7 @@
363370
"pushdown",
364371
"pycall",
365372
"pycparser",
373+
"pydocstyle",
366374
"pyinstaller",
367375
"pyodide",
368376
"pypa",
@@ -399,6 +407,7 @@
399407
"RMASK",
400408
"rmeta",
401409
"roguelike",
410+
"roguelikedev",
402411
"rpath",
403412
"RRGGBB",
404413
"rtype",
@@ -441,6 +450,7 @@
441450
"stdeb",
442451
"struct",
443452
"structs",
453+
"subclassing",
444454
"SUBP",
445455
"SYSREQ",
446456
"tablefmt",
@@ -451,6 +461,8 @@
451461
"TCODLIB",
452462
"TEEE",
453463
"TEEW",
464+
"termbox",
465+
"testpaths",
454466
"TEXTUREACCESS",
455467
"thirdparty",
456468
"THOUSANDSSEPARATOR",

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ dependencies = [
3434
]
3535
keywords = [
3636
"roguelike",
37-
"cffi",
37+
"roguelikedev",
38+
"gamedev",
3839
"Unicode",
3940
"libtcod",
41+
"libtcodpy",
4042
"field-of-view",
4143
"pathfinding",
4244
]
@@ -46,15 +48,12 @@ classifiers = [
4648
"Environment :: MacOS X",
4749
"Environment :: X11 Applications",
4850
"Intended Audience :: Developers",
51+
"License :: OSI Approved :: BSD License",
4952
"Natural Language :: English",
5053
"Operating System :: POSIX",
5154
"Operating System :: MacOS :: MacOS X",
5255
"Operating System :: Microsoft :: Windows",
5356
"Programming Language :: Python :: 3",
54-
"Programming Language :: Python :: 3.10",
55-
"Programming Language :: Python :: 3.11",
56-
"Programming Language :: Python :: 3.12",
57-
"Programming Language :: Python :: 3.13",
5857
"Programming Language :: Python :: Implementation :: CPython",
5958
"Programming Language :: Python :: Implementation :: PyPy",
6059
"Topic :: Games/Entertainment",

0 commit comments

Comments
 (0)