You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-pyo3/pyo3-fix-metadata.diff

12 lines
528 B

--- pyo3-0.13.1/Cargo.toml 2021-01-10T12:52:30+00:00
+++ pyo3-0.13.1/Cargo.toml 2021-01-10T23:39:06.731495+00:00
@@ -16,7 +16,7 @@
version = "0.13.1"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
build = "build.rs"
-exclude = ["/.gitignore", ".cargo/config"]
+exclude = ["/.gitignore", ".cargo/config", "/codecov.yml", "/Makefile", "/pyproject.toml", "/tox.ini"]
description = "Bindings to Python interpreter"
homepage = "https://github.com/pyo3/pyo3"
documentation = "https://docs.rs/crate/pyo3/"