fix license name
This commit is contained in:
parent
5a386ebb42
commit
01ab0f828a
|
@ -4,15 +4,12 @@ version = "0.1.0"
|
|||
description = "Bindings to Python"
|
||||
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"pyo3",
|
||||
"python",
|
||||
]
|
||||
keywords = ["pyo3", "python", "cpython"]
|
||||
homepage = "https://github.com/pyo3/pyo3"
|
||||
repository = "https://github.com/pyo3/pyo3.git"
|
||||
documentation = "http://pyo3.github.io/PyO3/pyo3/"
|
||||
categories = ["api-bindings", "development-tools::ffi"]
|
||||
license = "MIT/APACHE-2"
|
||||
license = "Apache-2.0"
|
||||
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
|
||||
build = "build.rs"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ homepage = "https://github.com/pyo3/pyo3"
|
|||
repository = "https://github.com/pyo3/pyo3.git"
|
||||
documentation = "http://pyo3.github.io/PyO3/pyo3/"
|
||||
categories = ["api-bindings", "development-tools::ffi"]
|
||||
license = "APACHE-2"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in New Issue