From ccf37b7bdaf17b4a6a4ea9510f1c5e402b3bca4d Mon Sep 17 00:00:00 2001 From: Tom de Geus Date: Fri, 27 Oct 2023 16:09:24 +0200 Subject: [PATCH] Fixing typo setup --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 353d53c..71c11c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,11 @@ GbibShowAuthorRename = "GooseBib.bibtex:GbibShowAuthorRename" [project.urls] Source = "https://github.com/tdegeus/GooseBib" +[tool.setuptools] +include-package-data = true + [tool.setuptools.package-data] -myModule = ["*.yaml"] +GooseBib = ["*.yaml"] [tool.setuptools_scm] write_to = "GooseBib/_version.py"