From 8c8d3040667b601780002f79a49f514e36a7c583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Wed, 10 May 2023 06:50:14 +0500 Subject: [PATCH] Include 'contrib' in sdist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cfac9f..cd08aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,4 +34,4 @@ Source = "https://github.com/hatkidchan/mastoposter" mastoposter = "mastoposter.__main__:main" [tool.flit.sdist] -include = ["config.ini"] +include = ["config.ini", "contrib/*"]