Skip to content

Commit 5c27c09

Browse files
committed
Add metadata for pypi
1 parent 157bd10 commit 5c27c09

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
[tool.poetry]
2-
name = "discern"
2+
name = "discern-reconstruction"
3+
packages=[{include = "discern"}]
34
version = "0.1.0"
45
description = "Wasserstein Auto-Encoder for expression reconstruction"
6+
license= "MIT"
7+
readme = "README.rst"
8+
homepage = "https://discern.readthedocs.io/en/latest/quickinfo.html"
9+
repository = "https://github.com/imsb-uke/discern"
510
authors = [
11+
"Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>",
612
"Can Ergen <can.ergen@zmnh.uni-hamburg.de>",
713
"Pierre Machart <pierre.machart@zmnh.uni-hamburg.de>",
8-
"Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>",
914
]
1015

1116
build = "build.py"

0 commit comments

Comments
 (0)