Fix the invalid license name for cargo-deny

This commit is contained in:
Harsha Teja Kanna 2023-12-16 16:54:58 -06:00
parent 52edf4525e
commit 6ce7a25685

View file

@ -2,7 +2,7 @@
name = "rustpython-parser-vendored"
description = "RustPython parser vendored third-party crates."
authors = ["RustPython Team", "and the original authors of the vendored modules"]
license = "Various"
license = "MIT"
edition = { workspace = true }
version = { workspace = true }
repository = { workspace = true }