11[build-system ]
22requires = [
3- " setuptools>=70.0.0 " , # CVE-2024-38335 recommends this
3+ " setuptools" ,
44]
55build-backend = " setuptools.build_meta"
66
@@ -9,7 +9,7 @@ name = "Mathics3-trepan"
99description = " Mathics3 Trepan debugger"
1010dependencies = [
1111 " Mathics3>=7.0.0.dev0" ,
12- " trepan3k>=1.3.0 " ,
12+ " trepan3k>=1.3.1 " ,
1313 " mathics-pygments" ,
1414]
1515requires-python = " >=3.8"
@@ -20,6 +20,7 @@ maintainers = [
2020 {name = " Mathics3 Group" },
2121]
2222classifiers = [
23+ " Development Status :: 3 - Alpha" ,
2324 " Intended Audience :: Developers" ,
2425 " Intended Audience :: Science/Research" ,
2526 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
@@ -31,10 +32,9 @@ classifiers = [
3132 " Programming Language :: Python :: 3.12" ,
3233 " Programming Language :: Python :: Implementation :: CPython" ,
3334 " Programming Language :: Python :: Implementation :: PyPy" ,
34- " Topic :: Scientific/Engineering" ,
35+ " Topic :: Software Development :: Debuggers" ,
36+ " Topic :: Software Development :: Libraries :: Python Modules" ,
3537 " Topic :: Scientific/Engineering :: Mathematics" ,
36- " Topic :: Scientific/Engineering :: Physics" ,
37- " Topic :: Software Development :: Interpreters" ,
3838]
3939dynamic = [" version" ]
4040
0 commit comments