Skip to content

Commit f53291a

Browse files
committed
Administrivia
Rename repository. Remove 3.9 support
1 parent 77d40e9 commit f53291a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

admin-tools/make-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PACKAGE=Mathics3-trepan
2+
PACKAGE=Mathics3-Module-trepan
33

44
# FIXME put some of the below in a common routine
55
function finish {

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires = [
1616
build-backend = "setuptools.build_meta"
1717

1818
[project]
19-
name = "Mathics3-trepan"
19+
name = "Mathics3-Module-trepan"
2020
description = 'Mathics3 Debugger Module based on trepan debuggers'
2121
dependencies = [
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 = [
5049
dynamic = ["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]
5756
dev = [

0 commit comments

Comments
 (0)