File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,23 @@ authors = [
1212
1313name = " trepan3k_mathics3"
1414description = " trepan3k plugin to support Mathics3 debugging"
15- dependencies = [" Mathics3" ]
15+ dependencies = [
16+ " Mathics3" ,
17+ " trepan3k>=1.4.0"
18+ ]
1619readme = " README.rst"
17- license = { text = " GPL" }
20+ license = " GPL-3.0-or-later "
1821keywords = [" debugger" ]
1922classifiers = [
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]
3034dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments