From dd0ae4f55b191f66a9a159abe8af2baa95ed6635 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 18 Jun 2025 16:45:50 +0900 Subject: Comply with REUSE 3.3 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit 1.4.1