From ba4586da8e75455f8d7741d71bcfed33954249d4 Mon Sep 17 00:00:00 2001 From: srmnitc Date: Fri, 10 Jul 2026 17:53:48 +0200 Subject: [PATCH] bug fix in template --- .bumpversion.cfg | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 059d90e..d186ad3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 409f062..606af50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "conceptual-dictionary" -version = "0.3.1" +version = "0.3.2" description = "A Python dictionary template for storing serializable metadata" readme = "README.md" requires-python = ">=3.9" @@ -34,5 +34,5 @@ dependencies = [ "Homepage" = "https://github.com/pyscal/conceptual_dictionary" "Bug Tracker" = "https://github.com/pyscal/conceptual_dictionary/issues" -[tool.setuptools] -packages = ["conceptual_dictionary"] \ No newline at end of file +[tool.setuptools.packages.find] +include = ["conceptual_dictionary*"] \ No newline at end of file