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