Fix the invalid license name for cargo-deny (#110)

This commit is contained in:
Harsha Teja Kanna 2023-12-27 09:59:03 -06:00 committed by GitHub
parent 52edf4525e
commit a367239af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }