Skip to content

Commit 99c13bf

Browse files
committed
Packaging administrivia
1 parent ab8894d commit 99c13bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

admin-tools/make-dist-3.0-3.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if ! source ./setup-python-3.0.sh ; then
2020
fi
2121

2222
cd ..
23-
source $PACKAGE/version.py
23+
source trepan/version.py
2424
if [[ ! -n $__version__ ]]; then
2525
echo "You need to set __version__ first"
2626
fi

admin-tools/make-dist-newest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PACKAGE=trepan
2+
PACKAGE=trepan3k
33

44
# FIXME put some of the below in a common routine
55
function finish {
@@ -20,7 +20,7 @@ if ! source ./setup-master.sh ; then
2020
fi
2121

2222
cd ..
23-
source $PACKAGE/version.py
23+
source trepan/version.py
2424
echo $__version__
2525
pyenv local 3.13
2626

0 commit comments

Comments
 (0)