Skip to content

Commit

Permalink
More administrivia...
Browse files Browse the repository at this point in the history
PYPI no longer supports eggs.
  • Loading branch information
rocky committed Nov 19, 2023
1 parent cc131eb commit b169eb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin-tools/make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ for pyversion in $PYVERSIONS; do
exit $?
fi
rm -fr build
python setup.py bdist_egg
# PYPI no longer supports eggs
# python setup.py bdist_egg
python setup.py bdist_wheel
done

Expand Down

0 comments on commit b169eb9

Please sign in to comment.