diff --git a/CREDITS b/CREDITS index e9e87074..387a4e10 100644 --- a/CREDITS +++ b/CREDITS @@ -1,9 +1,8 @@ # Copyright (C) 2015-2023: The University of Edinburgh, United Kingdom - -# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley - +# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley +# # This is the official list of entities and people who have contributed to gprMax - +# # Please keep the lists sorted alphabetically (by surname for individuals). gprMax has been supported through research projects funded by: diff --git a/README.rst b/README.rst index 0188f42e..6152d466 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ Package overview * ``gprMax`` is the main package. Within this package, the main module is ``gprMax.py`` * ``gprMax.toml`` contains build system requirements. * ``LICENSE`` contains information on the `GNU General Public License v3 or higher `_. -* ``MANIFEST.in`` consists of commands, one per line, instructing setup tools to add or remove files from the source distribution. +* ``MANIFEST.in`` consists of commands, one per line, instructing setuptools to add or remove files from the source distribution. * ``README.rst`` contains getting started information on installation, usage, and new features/changes. * ``setup.py`` is the centre of all activity in building, distributing, and installing gprMax, including building and compiling the Cython extension modules. * ``testing`` is a sub-package which contains test modules and input files.