Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma authored Sep 27, 2024
1 parent 40f0793 commit 4d804fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "Python package for processing, enriching, and converting microtit
authors = ["haeussma <83341109+haeussma@users.noreply.github.com>"]
license = "MIT License"
readme = "README.md"
packages = [{ include = "MTPHandler" }]
include = ["MTPHandler/units/ontomaps.toml"]
packages = [{ include = "mtphandler" }]
include = ["mtphandler/units/ontomaps.toml"]


[tool.poetry.dependencies]
Expand Down Expand Up @@ -38,4 +38,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit 4d804fa

Please sign in to comment.