Skip to content

Commit 6a3a8f3

Browse files
committed
fix: add name to pyproject
1 parent 8537f63 commit 6a3a8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gen_surv"
33
version = "0.1.0"
44
description = "A Python package for simulating survival data, inspired by the R package genSurv"
5-
authors = ["Your Name <you@example.com>"]
5+
authors = ["Diogo Ribeiro <diogo_dj@hotmail.com>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [{ include = "gen_surv" }]

0 commit comments

Comments
 (0)