Skip to content

Commit

Permalink
Mention cross-platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielinux committed Apr 6, 2023
1 parent 13641e4 commit 8b6e25a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog.d/20230406_164104_jamielinux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Changed

- Tweak pypi metadata.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/pyright_polite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright © 2023 Jamie Nguyen <[email protected]>
# 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."""

0 comments on commit 8b6e25a

Please sign in to comment.