diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-18 16:45:50 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-18 22:49:55 +0900 |
commit | dd0ae4f55b191f66a9a159abe8af2baa95ed6635 (patch) | |
tree | f3cc13468ecf88600881f09a49eeb284724eefb3 /README.md | |
parent | 2ad9177830e41802b673d1fe513bca883c5e496b (diff) | |
download | scadere-dd0ae4f55b191f66a9a159abe8af2baa95ed6635.tar.gz |
Comply with REUSE 3.3
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 |