From 72d38603938f53bd442482052bfa3acaf2e053ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David-Elias=20K=C3=BCnstle?= Date: Fri, 20 Sep 2024 11:18:01 +0200 Subject: [PATCH] Add README to pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cee4beb..50128c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ dependencies = [ "scipy", "matplotlib", ] +readme = 'README.md' # Python psignifit - based on Matlab psignifit by Heiko Schütt with help from # Felix Wichmann, Jakob Macke and Stefan Harmeling. # Refactoring done by multiple researchers, see Github contributors. @@ -50,4 +51,4 @@ docs = [ 'sphinx-gallery', 'sphinx_rtd_theme', 'matplotlib', -] \ No newline at end of file +]