Skip to content

Commit

Permalink
Add project metadata to pyproject.toml for FPBoost
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Piccinotti committed Oct 23, 2024
1 parent 29cb82b commit 5d4d494
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[project]
name = "fpboost"
version = "0.1.0"
description = "FPBoost: a gradient boosting model for survival analysis that builds hazard functions as a combination of fully parametric hazards."
authors = [
{ name = "Alberto Archetti", email = "alberto.archetti@polimi.it" },
{ name = "Eugenio Lomurno", email = "eugenio.lomurno@polimi.it" },
{ name = "Diego Piccinotti", email = "diego@chattermill.io" }
]
license = "MIT"
readme = "README.md"
requires-python = ">=3.10.0,<3.13.0"

[tool.poetry]
name = "fpboost"
version = "0.1.0"
Expand Down

0 comments on commit 5d4d494

Please sign in to comment.