From 5fe2f9c568a91aa21aff129bc7cbf85fcfe8bad8 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 24 Nov 2025 13:12:33 -0500 Subject: [PATCH] Fix a build warning due to `documentation/Makefile` missing This resolves the following warning when building the package: ``` warning: no files found matching 'documentation/Makefile' ``` --- MANIFEST.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index b79c1e7a..8242644e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -34,5 +34,3 @@ include test/test_url.py include documentation/*.rst include documentation/pyserial.png include documentation/conf.py -include documentation/Makefile -