From 711f109913313b4ff5812f8d6878ebb65190ab6c Mon Sep 17 00:00:00 2001 From: Vincent Adam Date: Wed, 15 Sep 2021 23:25:32 +0100 Subject: [PATCH] install and publish with poetry --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc5123d..851747d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ name = "markovflow" version = "0.0.7" description = "A Tensorflow based library for Time Series Modelling with Gaussian Processes" -long_description = "A Tensorflow based library for Time Series Modelling with Gaussian Processes" authors = ["Markovflow Contributors "] packages = [{include = "markovflow"}]