From 8b6e25a7ca70c18f27e7b4f86d695f89cf1cd7c1 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Thu, 6 Apr 2023 16:45:27 +0100 Subject: [PATCH] Mention cross-platform support --- .changelog.d/20230406_164104_jamielinux.md | 3 +++ README.md | 5 ++++- pyproject.toml | 2 +- src/pyright_polite/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changelog.d/20230406_164104_jamielinux.md diff --git a/.changelog.d/20230406_164104_jamielinux.md b/.changelog.d/20230406_164104_jamielinux.md new file mode 100644 index 0000000..a4232a9 --- /dev/null +++ b/.changelog.d/20230406_164104_jamielinux.md @@ -0,0 +1,3 @@ +### Changed + +- Tweak pypi metadata. diff --git a/README.md b/README.md index face77a..3940b98 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ --- -**pyright-polite** is an intelligent wrapper for [pyright][0] that makes it less noisy. +**pyright-polite** is an intelligent cross-platform wrapper for [pyright][0] that makes +it less noisy. Force pyright to be more respectful with your attention :rotating_light: @@ -85,6 +86,8 @@ $ npm install pyright # alternatively: pip install pyright $ pip install pyright-polite ``` +Linux, macOS and Windows are all supported. + [pkg_pypi]: https://pypi.org/project/pyright/ [pkg_npm]: https://www.npmjs.com/package/pyright [installation]: https://microsoft.github.io/pyright/#/installation diff --git a/pyproject.toml b/pyproject.toml index 089b255..c4446fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "hatchling.build" [project] name = "pyright-polite" -description = "An intelligent wrapper for pyright that makes it less noisy." +description = "An intelligent cross-platform wrapper for pyright that makes it less noisy." readme = "README.md" requires-python = ">=3.7" license = "MIT" diff --git a/src/pyright_polite/__init__.py b/src/pyright_polite/__init__.py index 61f8370..dc541ae 100644 --- a/src/pyright_polite/__init__.py +++ b/src/pyright_polite/__init__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: Copyright © 2023 Jamie Nguyen # SPDX-License-Identifier: MIT -"""An intelligent wrapper for pyright that makes it less noisy.""" +"""An intelligent cross-platform wrapper for pyright that makes it less noisy."""