diff --git a/pyproject.toml b/pyproject.toml index ff83578..c2bfcd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ license = "MIT" readme = "README.md" homepage = "https://ontoaligner.readthedocs.io/" repository = "https://github.com/sciknoworg/OntoAligner/" +include = ["images/logo-with-background.png"] [tool.poetry.dependencies] python = ">=3.10,<4.0.0" @@ -38,6 +39,3 @@ twine = "*" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" - -[tool.poetry.package] -include = [{ include = "images/logo-with-background.png" }]