Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
pachoning committed Feb 9, 2023
1 parent 2ec180d commit abb7580
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "survlimepy"
version = "0.0.4"
version = "0.0.5"
description = "A python package implementing SurvLIME algorithm"
authors = [
{name = "Carlos Hernández Pérez", email = "[email protected]"},
Expand Down Expand Up @@ -44,9 +44,6 @@ repository = "https://github.com/imatge-upc/SurvLIMEpy"
[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["survlimepy"]

[tool.setuptools.package-data]
"survlimepy.datasets" = ["*.csv"]

Expand Down

0 comments on commit abb7580

Please sign in to comment.