From 854536e8a8620ce86f4a410bcc33490f934e440f Mon Sep 17 00:00:00 2001 From: hstewart93 Date: Thu, 20 Jun 2024 13:12:55 +0100 Subject: [PATCH] update pyproject.toml, add image and network packages. --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebab88d..9a9f92f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "continunet" -version = "0.0.7" +version = "0.0.8" authors = [ { name="Hattie Stewart" } ] @@ -37,10 +37,8 @@ ci = [ ] [tool.setuptools] +packages = ["continunet", "continunet.image", "continunet.network"] include-package-data = true -[tool.setuptools.packages.find] -where = ["continunet"] - [tool.setuptools.package-data] "continunet.network" = ["trained_model.h5"]