From 19e08a6a77948a0e796348dc1e8544951e8a1858 Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Wed, 9 Jun 2021 17:20:09 -0700 Subject: [PATCH] Add pyproject.toml to manifest. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9f7781d1..54b46459 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include *.py *.cfg *.txt *.rst +include *.py *.cfg *.txt *.rst *.toml recursive-include tcod *.py *.c *.h