Skip to content

Commit

Permalink
fix package data bug and bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hstewart93 committed Jun 19, 2024
1 parent 56f6021 commit f23f392
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "continunet"
version = "0.0.5"
version = "0.0.6"
authors = [
{ name="Hattie Stewart" }
]
Expand Down Expand Up @@ -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

0 comments on commit f23f392

Please sign in to comment.