Skip to content

Commit 1eb8cfc

Browse files
committed
Administrivia
1 parent 69d8b1f commit 1eb8cfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

admin-tools/make-dist.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
cd ..
1818
source mathics/version.py
19-
cp -v ${HOME}/.local/var/mathics/doctest_latex_data.pcl mathics/data/
19+
cp -v ${HOME}/.local/var/Mathics3/doctest_latex_data.pcl mathics/data/
2020

2121
echo $__version__
2222

@@ -25,6 +25,5 @@ if ! pyenv local $pyversion ; then
2525
exit $?
2626
fi
2727
rm -fr build
28-
python setup.py bdist_wheel
29-
python ./setup.py sdist
28+
python -m build
3029
finish

0 commit comments

Comments
 (0)