Fix possible exclusion of yaclog.cli

This commit is contained in:
Andrew Cassidy 2024-08-27 01:42:18 -07:00
parent 4d57ef2fb0
commit 394cac155f

View File

@ -60,4 +60,4 @@ Docs = "https://yaclog.readthedocs.io/"
fallback_version = "0.0.0"
[tool.setuptools.packages.find]
include = ["yaclog"]
include = ["yaclog*"]