From 27062429da828689a142ad0ea76fb4b3ecddd912 Mon Sep 17 00:00:00 2001 From: Pavel Sapezhka Date: Fri, 30 Jun 2023 21:04:37 +0300 Subject: [PATCH] Add support section --- .markdownlint.yaml | 2 +- README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 4599d37..a5d2270 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,5 +1,5 @@ --- default: true - +no-inline-html: false MD013: line_length: 120 diff --git a/README.md b/README.md index eb95c8d..146df99 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,18 @@ Only latest version – Python 3.11 There is not much sense in that. If you need all Python versions for development, look at the [pyenv](https://github.com/pyenv/pyenv) project or [docker images](https://hub.docker.com/_/python). In other cases, you can safely run old python code in the newest interpreter. + +## Support + +If you want to support the development or say thanks, become a GitHub Sponsor or + + +Buy Me A Coffee + + +## License + +MIT, see [LICENSE](./LICENSE).