Skip to content

Commit c4a1bb0

Browse files
committed
chore: change homepage link and add some more metadata to py/Cargo.toml
1 parent 3daed3e commit c4a1bb0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version = "0.7.0"
33
authors = ["Victor M. Alvarez <[email protected]>"]
44
edition = "2021"
5-
homepage = "https://github.com/VirusTotal/yara-x"
5+
homepage = "https://virustotal.github.io/yara-x"
66
repository = "https://github.com/VirusTotal/yara-x"
77
readme = "README.md"
88
license = "BSD-3-Clause"

py/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Python bindings for YARA-X library.
55
"""
66
version.workspace = true
77
edition.workspace = true
8+
license.workspace = true
9+
homepage.workspace = true
10+
repository.workspace = true
811

912
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1013
[lib]

0 commit comments

Comments
 (0)