Skip to content

Commit 7cc7d02

Browse files
committed
fix: verify email on crates, update python metadata
1 parent d31f9cd commit 7cc7d02

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ members = [
1212

1313
[workspace.package]
1414
authors = ["Alexey <delvinru@gmail.com>"]
15-
description = "APK full featured parser"
15+
description = "APK full-featured parser"
1616
edition = "2024"
1717
homepage = "https://github.com/delvinru/apk-info"
1818
license = "Apache-2.0"
1919
readme = "README.md"
2020
repository = "https://github.com/delvinru/apk-info"
21-
version = "1.0.1"
21+
version = "1.0.2"
2222
keywords = [
2323
"AndroidManifest",
2424
"android",

python/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "apk-info-python"
33
description.workspace = true
44
edition.workspace = true
55
homepage.workspace = true
6+
keywords.workspace = true
67
license.workspace = true
78
repository.workspace = true
89
version.workspace = true

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ classifiers = [
77
"Programming Language :: Python :: Implementation :: CPython",
88
"Programming Language :: Python :: Implementation :: PyPy",
99
]
10-
dynamic = ["version"]
10+
dynamic = ["version", "license", "keywords", "description"]
1111

1212
[project.optional-dependencies]
1313
tests = ["pytest"]

0 commit comments

Comments
 (0)