Skip to content

Commit fa7a5a3

Browse files
committed
Add readme to the pyproject
should make the pypi page a bit less sus / weird also try to retrieve the license and urls from cargo
1 parent ca40376 commit fa7a5a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ua-parser-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ua-parser-rs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "Apache 2.0"
66
description = "A native accelerator for uap-python"

ua-parser-py/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build-backend = "maturin"
44

55
[project]
66
name = "ua-parser-rs"
7+
description = "native accelerator for ua-parser"
8+
readme = "README.md"
79
requires-python = ">=3.9"
810
classifiers = [
911
"Programming Language :: Rust",
@@ -16,6 +18,6 @@ classifiers = [
1618
# "Programming Language :: Python :: Implementation :: GraalPy",
1719
"License :: OSI Approved :: Apache Software License",
1820
]
19-
dynamic = ["version"]
21+
dynamic = ["version", "license", "urls"]
2022
[tool.maturin]
2123
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)