Skip to content

Commit

Permalink
Add readme to the pyproject
Browse files Browse the repository at this point in the history
should make the pypi page a bit less sus / weird

also try to retrieve the license and urls from cargo
  • Loading branch information
masklinn committed Nov 24, 2024
1 parent ca40376 commit fa7a5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ua-parser-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ua-parser-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache 2.0"
description = "A native accelerator for uap-python"
Expand Down
4 changes: 3 additions & 1 deletion ua-parser-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ build-backend = "maturin"

[project]
name = "ua-parser-rs"
description = "native accelerator for ua-parser"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
Expand All @@ -16,6 +18,6 @@ classifiers = [
# "Programming Language :: Python :: Implementation :: GraalPy",
"License :: OSI Approved :: Apache Software License",
]
dynamic = ["version"]
dynamic = ["version", "license", "urls"]
[tool.maturin]
features = ["pyo3/extension-module"]

0 comments on commit fa7a5a3

Please sign in to comment.