diff --git a/README.rst b/README.rst index 6dc9a766be9d29a46e72d4eca04be74a8845b38b..961f1b913d131d7f47b4fd94238cf286d3772802 100644 --- a/README.rst +++ b/README.rst @@ -24,18 +24,18 @@ Running unit tests Run:: - ./setup.py test + pytest Type checking ------------- Most of the code is typed, except for very dynamic loader methods. To run the type checker:: - ./setup.py typecheck + mypy conservancy_beancount This is expected to pass just like the unit tests. Legal ----- -Copyright © 2020, 2021 Brett Smith and others. Licensed under the GNU Affero General Public License, either version 3 of the License, or (at your option) any later version; with an additional permission. Refer to ``LICENSE.txt`` for details. +Refer to ``LICENSE.txt`` for details.