From f23f392b247411733a0d937637753d233b0163e4 Mon Sep 17 00:00:00 2001 From: hstewart93 Date: Wed, 19 Jun 2024 16:27:54 +0100 Subject: [PATCH] fix package data bug and bump version to 0.0.6 --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1486f92..fc861f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "continunet" -version = "0.0.5" +version = "0.0.6" authors = [ { name="Hattie Stewart" } ] @@ -38,9 +38,7 @@ ci = [ [tool.setuptools] packages = ["continunet"] +include-package-data = true [tool.setuptools.package-data] "continunet.network" = ["trained_model.h5"] - -[tool.setuptools.include-package-data] -include = true \ No newline at end of file