File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ua-parser-rs"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55license = " Apache 2.0"
66description = " A native accelerator for uap-python"
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ build-backend = "maturin"
44
55[project ]
66name = " ua-parser-rs"
7+ description = " native accelerator for ua-parser"
8+ readme = " README.md"
79requires-python = " >=3.9"
810classifiers = [
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 ]
2123features = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments