Skip to content

Commit

Permalink
fix package metadata issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jurra committed Sep 20, 2023
1 parent 386cd82 commit 2cb357c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ description = "Python bindings for MurTree C++ library"
readme = "README.md"
long_description = {file = "README.md"}
long_description_content_type = "text/markdown"
license = {file="LICENSE"}
license = 'MIT'
keywords = ["MurTree", "Optimal decision tree", "Python bindings"]

authors = [
{name = "Yasel Quintero", orcid = ""},
{name = "Jose Urra", orcid = "0000-0002-9334-3998"},
{name = "Koos van der Linden", orcid = ""},
{name = "Emir Demirovic", orcid =""}
{name = "Yasel Quintero"},
{name = "Jose Urra"},
{name = "Koos van der Linden"},
{name = "Emir Demirovic"}
]

dependencies = [
Expand Down

0 comments on commit 2cb357c

Please sign in to comment.