Skip to content

Commit 8a16678

Browse files
committed
Administrivia
Use released trepan3k release 1.4.0 or greater. The licensing administrative dance Python imposes on developers
1 parent ab2c5a3 commit 8a16678

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,23 @@ authors = [
1212

1313
name = "trepan3k_mathics3"
1414
description = "trepan3k plugin to support Mathics3 debugging"
15-
dependencies = ["Mathics3"]
15+
dependencies = [
16+
"Mathics3",
17+
"trepan3k>=1.4.0"
18+
]
1619
readme = "README.rst"
17-
license = {text = "GPL"}
20+
license = "GPL-3.0-or-later"
1821
keywords = ["debugger"]
1922
classifiers = [
2023
"Development Status :: 3 - Alpha",
2124
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
2325
"Programming Language :: Python",
2426
"Topic :: Software Development :: Libraries :: Python Modules",
27+
"Programming Language :: Python :: 3.9",
2528
"Programming Language :: Python :: 3.10",
2629
"Programming Language :: Python :: 3.11",
2730
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
2832
"Topic :: Software Development :: Debuggers",
2933
]
3034
dynamic = ["version"]

0 commit comments

Comments
 (0)