Skip to content

Commit 2912527

Browse files
committed
🔥 removed tool.poetry.package
1 parent 85149d5 commit 2912527

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT"
77
readme = "README.md"
88
homepage = "https://ontoaligner.readthedocs.io/"
99
repository = "https://github.com/sciknoworg/OntoAligner/"
10+
include = ["images/logo-with-background.png"]
1011

1112
[tool.poetry.dependencies]
1213
python = ">=3.10,<4.0.0"
@@ -38,6 +39,3 @@ twine = "*"
3839
[build-system]
3940
requires = ["poetry-core>=1.0.0"]
4041
build-backend = "poetry.core.masonry.api"
41-
42-
[tool.poetry.package]
43-
include = [{ include = "images/logo-with-background.png" }]

0 commit comments

Comments
 (0)