Skip to content

Commit

Permalink
Fixed pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minitour committed Jul 27, 2024
1 parent 77850c2 commit 6ebf555
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description = "A Python package for ontology verbalization"
authors = ["Antonio Zaitoun <[email protected]>"]
license = "MIT"

packages = [
{ include = "verbalizer" }
]

[tool.poetry.dependencies]
python = "^3.9"
rdflib = "~7.0.0"
Expand Down
18 changes: 0 additions & 18 deletions setup.cfg

This file was deleted.

0 comments on commit 6ebf555

Please sign in to comment.