Skip to content

Commit

Permalink
[bug] forgot to update pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 1, 2024
1 parent 0e37504 commit a4907ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ manuscript
!scripts
!conf
!bioimage_embed
!shape_embed
!Dockerfile
!environment.yml
!Makefile
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "shape_embed"
version = "0.0.0"
description = ""
authors = ["Craig <[email protected]>"]
packages = [{ include = "bioimage_embed" }]
packages = [{ include = "shape_embed" }]


[tool.poetry.dependencies]
Expand Down

0 comments on commit a4907ca

Please sign in to comment.