diff --git a/README.rst b/README.rst index 7397d3664..ab56bae2b 100644 --- a/README.rst +++ b/README.rst @@ -32,8 +32,7 @@ mathicsserver: a Django-based Web interface Installing ---------- -This package needs a working `Mathics3 -`_, the core engine, installed as well as a recent +This package needs a working `Mathics3`, the core engine, installed as well as a recent version of Django. For Django, you will need mysql or mariadb installed, since that is where worksheets are stored. diff --git a/admin-tools/make-dist.sh b/admin-tools/make-dist.sh index 572714268..f7741948d 100755 --- a/admin-tools/make-dist.sh +++ b/admin-tools/make-dist.sh @@ -24,7 +24,6 @@ if ! pyenv local $pyversion ; then exit $? fi rm -fr build -python setup.py bdist_egg python setup.py bdist_wheel python ./setup.py sdist finish