diff --git a/Cargo.toml b/Cargo.toml index a565374a..72f366d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] readme = "README.md" keywords = ["pyo3", "python", "cpython"] homepage = "https://github.com/pyo3/pyo3" diff --git a/pyo3-derive-backend/Cargo.toml b/pyo3-derive-backend/Cargo.toml index 1976da8a..f5c70aa5 100644 --- a/pyo3-derive-backend/Cargo.toml +++ b/pyo3-derive-backend/Cargo.toml @@ -2,7 +2,7 @@ name = "pyo3-derive-backend" version = "0.2.5" description = "Code generation for PyO3 package" -authors = ["PyO3 Project and Contributors "] homepage = "https://github.com/pyo3/pyo3" repository = "https://github.com/pyo3/pyo3.git" documentation = "http://pyo3.github.io/PyO3/pyo3/" diff --git a/pyo3cls/Cargo.toml b/pyo3cls/Cargo.toml index b3d2e7bb..962e2df7 100644 --- a/pyo3cls/Cargo.toml +++ b/pyo3cls/Cargo.toml @@ -2,7 +2,7 @@ name = "pyo3cls" version = "0.2.5" description = "Proc macros for PyO3 package" -authors = ["PyO3 Project and Contributors "] homepage = "https://github.com/pyo3/pyo3" repository = "https://github.com/pyo3/pyo3.git" documentation = "http://pyo3.github.io/PyO3/pyo3/"