We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157bd10 commit 5c27c09Copy full SHA for 5c27c09
1 file changed
pyproject.toml
@@ -1,11 +1,16 @@
1
[tool.poetry]
2
-name = "discern"
+name = "discern-reconstruction"
3
+packages=[{include = "discern"}]
4
version = "0.1.0"
5
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"
10
authors = [
11
+"Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>",
12
"Can Ergen <can.ergen@zmnh.uni-hamburg.de>",
13
"Pierre Machart <pierre.machart@zmnh.uni-hamburg.de>",
-"Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>",
14
]
15
16
build = "build.py"
0 commit comments