File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- PACKAGE=Mathics3-trepan
2+ PACKAGE=Mathics3-Module- trepan
33
44# FIXME put some of the below in a common routine
55function finish {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ requires = [
1616build-backend = " setuptools.build_meta"
1717
1818[project ]
19- name = " Mathics3-trepan"
19+ name = " Mathics3-Module- trepan"
2020description = ' Mathics3 Debugger Module based on trepan debuggers'
2121dependencies = [
2222 " Mathics_Scanner" ,
@@ -36,7 +36,6 @@ classifiers = [
3636 " Intended Audience :: Developers" ,
3737 " Intended Audience :: Science/Research" ,
3838 " Programming Language :: Python" ,
39- " Programming Language :: Python :: 3.9" ,
4039 " Programming Language :: Python :: 3.10" ,
4140 " Programming Language :: Python :: 3.11" ,
4241 " Programming Language :: Python :: 3.12" ,
@@ -50,8 +49,8 @@ classifiers = [
5049dynamic = [" version" ]
5150
5251[project .urls ]
53- Homepage = " https://github.com/Mathics3/Mathics3-trepan"
54- Downloads = " https://github.com/Mathics3/Mathics3-trepan/releases"
52+ Homepage = " https://github.com/Mathics3/Mathics3-Module- trepan"
53+ Downloads = " https://github.com/Mathics3/Mathics3-Module- trepan/releases"
5554
5655[project .optional-dependencies ]
5756dev = [
You can’t perform that action at this time.
0 commit comments