From 03ff79ee8069f172103d9f420828463ebf3eac9c Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 9 Aug 2024 16:29:14 -0400 Subject: [PATCH] Administrivia: Correct RsT formatting in README.rst --- README.rst | 3 +-- admin-tools/make-dist.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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