From 5c27c0923d968c4aeed682d854c58325a88f89d9 Mon Sep 17 00:00:00 2001 From: Fabian Hausmann Date: Wed, 9 Mar 2022 08:54:53 +0100 Subject: [PATCH] Add metadata for pypi --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10b05ea..4026814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Can Ergen ", "Pierre Machart ", -"Fabian Hausmann ", ] build = "build.py"