Fix link to organisation page in `Cargo.toml` manifests [ci skip]

This commit is contained in:
Martin Larralde 2018-05-14 18:53:31 +02:00
parent 31ff8356b6
commit 01b7b3feeb
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name = "pyo3"
version = "0.2.5"
description = "Bindings to Python interpreter"
authors = ["PyO3 Project and Contributors"]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
readme = "README.md"
keywords = ["pyo3", "python", "cpython"]
homepage = "https://github.com/pyo3/pyo3"

View File

@ -2,7 +2,7 @@
name = "pyo3-derive-backend"
version = "0.2.5"
description = "Code generation for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
homepage = "https://github.com/pyo3/pyo3"
repository = "https://github.com/pyo3/pyo3.git"
documentation = "http://pyo3.github.io/PyO3/pyo3/"

View File

@ -2,7 +2,7 @@
name = "pyo3cls"
version = "0.2.5"
description = "Proc macros for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
homepage = "https://github.com/pyo3/pyo3"
repository = "https://github.com/pyo3/pyo3.git"
documentation = "http://pyo3.github.io/PyO3/pyo3/"