Skip to content

Commit 72c5917

Browse files
committed
Administrivia
1 parent 4e8dafd commit 72c5917

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

admin-tools/setup-python-3.6.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ mydir=$(dirname $bs)
1616
setup_version python-uncompyle6 python-3.6 && \
1717
setup_version python-filecache python-3.6 && \
1818
setup_version shell-term-background python-3.6 && \
19-
setup_version pytracer python-3.6 && \
20-
setup_version pycolumnize python-3.6
19+
setup_version pytracer python-3.6
2120
)
2221

2322
checkout_finish python-3.6-to-3.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ trepan3kc = "trepan.client:main"
6666

6767
[project.urls]
6868
Homepage = "https://pypi.org/project/trepan3k/"
69-
Downloads = "https://github.com/rocky/python-trepan3k/releases"
69+
Downloads = "https://github.com/Trepan-Debuggers/python-trepan3k/releases"
7070

7171
[tool.setuptools.dynamic]
7272
version = {attr = "trepan.version.__version__"}

0 commit comments

Comments
 (0)