Skip to content

Commit

Permalink
🔥 removed tool.poetry.package
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedBabaei committed Dec 8, 2024
1 parent 85149d5 commit 2912527
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }]

0 comments on commit 2912527

Please sign in to comment.