mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Use hyphen in Python wrapper crate name
This commit is contained in:
Generated
+1
-1
@@ -597,7 +597,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libloot_python"
|
||||
name = "libloot-python"
|
||||
version = "0.26.1"
|
||||
dependencies = [
|
||||
"libloot",
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "libloot_python"
|
||||
name = "libloot-python"
|
||||
version = "0.26.1"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
Reference in New Issue
Block a user