Skip to content

Commit 2442efc

Browse files
committed
Fix PyPI project metadata when using maturin 1.9.2 or later
1 parent ba76014 commit 2442efc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name = "orjson"
33
version = "3.11.2"
44
authors = ["ijl <[email protected]>"]
5-
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
65
edition = "2021"
76
resolver = "2"
87
rust-version = "1.85"
98
license = "Apache-2.0 OR MIT"
10-
readme = "README.md"
119
keywords = ["fast", "json", "dataclass", "dataclasses", "datetime", "rfc", "8259", "3339"]
1210
include = [
1311
"Cargo.toml",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ functions and objects using the normal `PyImport_*` APIs.
10711071

10721072
## Packaging
10731073

1074-
To package orjson requires at least [Rust](https://www.rust-lang.org/) 1.82
1074+
To package orjson requires at least [Rust](https://www.rust-lang.org/) 1.85
10751075
and the [maturin](https://github.com/PyO3/maturin) build tool. The recommended
10761076
build command is:
10771077

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "orjson"
33
version = "3.11.2"
44
repository = "https://github.com/ijl/orjson"
5+
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
56
requires-python = ">=3.9"
67
classifiers = [
78
"Development Status :: 5 - Production/Stable",
@@ -23,6 +24,8 @@ classifiers = [
2324
"Programming Language :: Rust",
2425
"Typing :: Typed",
2526
]
27+
readme = "README.md"
28+
license = "Apache-2.0 OR MIT"
2629

2730
[project.urls]
2831
source = "https://github.com/ijl/orjson"

0 commit comments

Comments
 (0)