diff --git a/Cargo.lock b/Cargo.lock index 6cab489..59c15b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "py-init-cleaner" -version = "0.1.0" +version = "0.0.1" dependencies = [ "regex", ] diff --git a/Cargo.toml b/Cargo.toml index e4506b4..43440ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "py-init-cleaner" -version = "0.1.0" +version = "0.0.1" edition = "2021" +authors = ["Thomas Chaigneau "] +description = "Pre-commit hook to clean python __init__.py files automatically." +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html