fix license name

This commit is contained in:
Nikolay Kim 2017-07-23 11:21:01 -07:00
parent 5a386ebb42
commit 01ab0f828a
2 changed files with 3 additions and 6 deletions

View File

@ -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"

View File

@ -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