From 0551629a9a0d121af71db2bf3287d9cea85ebfc7 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 16 Nov 2023 04:39:25 +0200 Subject: [PATCH] Update MANIFEST.in * Missed in previous changes Signed-off-by: Alfred Wingate --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a7d358a..ac2a6ee 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,8 @@ include AUTHORS +include CHANGELOG.rst include LICENSE include README.rst include TODO -include setup.py +include pyproject.toml recursive-include bin * -recursive-include man * -recursive-include pym *.py +recursive-include src *.py