Skip to content

Commit

Permalink
Add metadata for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
fhausmann committed Mar 9, 2022
1 parent 157bd10 commit 5c27c09
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[tool.poetry]
name = "discern"
name = "discern-reconstruction"
packages=[{include = "discern"}]
version = "0.1.0"
description = "Wasserstein Auto-Encoder for expression reconstruction"
license= "MIT"
readme = "README.rst"
homepage = "https://discern.readthedocs.io/en/latest/quickinfo.html"
repository = "https://github.com/imsb-uke/discern"
authors = [
"Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>",
"Can Ergen <can.ergen@zmnh.uni-hamburg.de>",
"Pierre Machart <pierre.machart@zmnh.uni-hamburg.de>",
"Fabian Hausmann <fabian.hausmann@zmnh.uni-hamburg.de>",
]

build = "build.py"
Expand Down

0 comments on commit 5c27c09

Please sign in to comment.