Skip to content

Commit 03ff79e

Browse files
committed
Administrivia:
Correct RsT formatting in README.rst
1 parent 0077cf5 commit 03ff79e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ mathicsserver: a Django-based Web interface
3232
Installing
3333
----------
3434

35-
This package needs a working `Mathics3
36-
<https://pypi.org/project/Mathics3/>`_, the core engine, installed as well as a recent
35+
This package needs a working `Mathics3`, the core engine, installed as well as a recent
3736
version of Django. For Django, you will need mysql or mariadb
3837
installed, since that is where worksheets are stored.
3938

admin-tools/make-dist.sh

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi
2626
rm -fr build
27-
python setup.py bdist_egg
2827
python setup.py bdist_wheel
2928
python ./setup.py sdist
3029
finish

0 commit comments

Comments
 (0)