From ba36eb1c20b158deaffde290fd393080f3ee1b71 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sun, 17 Mar 2024 22:34:44 +0100
Subject: [PATCH] [pyproject] Add missing source files

---
 pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index a04dee2c..83c7f3a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -63,6 +63,8 @@ include = [
   "tests/**/*.json",
   "doc/**/*.rst",
   "doc/**/*.png",
+  "doc/*.txt",
+  "doc/*.inv",
   "LICENSES/*.txt",
 ]
 
-- 
GitLab