diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index ef8376b..9c6fa29 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,13 @@ on any Python package, it is safe to be tested in-tree: Issues should be reported to [chung@loa.loang.net][loang mailing list]. The mailing list also welcomes patches. Please maintain -a full branch [coverage] and keep the [hobgoblins][flake8] happy: +a full branch [coverage], keep the [hobgoblins][flake8] happy, +and ensure the software is easy to [reuse]: PYTHONPATH=src coverage run coverage report flake8 + reuse lint Patches should be sent using [`git send-email`][git send-email] with the following configuration: @@ -87,5 +89,6 @@ version 3 or later. [loang mailing list]: https://loa.loang.net/chung [coverage]: https://coverage.rtfd.io [flake8]: https://flake8.pycqa.org +[reuse]: https://reuse.software [git send-email]: https://git-send-email.io [agpl]: https://www.gnu.org/licenses/agpl |