From 394cac155fed93abdd910e4eac5849c4bdb5da9e Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Tue, 27 Aug 2024 01:42:18 -0700 Subject: [PATCH] Fix possible exclusion of yaclog.cli --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae35653..e36db51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,4 +60,4 @@ Docs = "https://yaclog.readthedocs.io/" fallback_version = "0.0.0" [tool.setuptools.packages.find] -include = ["yaclog"] \ No newline at end of file +include = ["yaclog*"] \ No newline at end of file