From a4cfd386e36779c59cd2e598ffae1cb9eeed59a2 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 24 Feb 2025 12:21:02 -0800 Subject: [PATCH] Remove references to README_smart_holder.rst This should have been part of commit eb550d03d3b23c02bbef38f4633ce3d4475cef92. --- MANIFEST.in | 1 - tests/extra_python_package/test_files.py | 1 - 2 files changed, 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c13394558f..7ce83c5527 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ prune tests -include README_smart_holder.rst recursive-include pybind11/include/pybind11 *.h recursive-include pybind11 *.py recursive-include pybind11 py.typed diff --git a/tests/extra_python_package/test_files.py b/tests/extra_python_package/test_files.py index 4cd4bedfd8..b01b49867f 100644 --- a/tests/extra_python_package/test_files.py +++ b/tests/extra_python_package/test_files.py @@ -131,7 +131,6 @@ "LICENSE", "MANIFEST.in", "README.rst", - "README_smart_holder.rst", "PKG-INFO", "SECURITY.md", }