From a891636c035bd1cbfd23374ab3b1b8ef7b9b3f45 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Thu, 19 May 2022 13:37:49 -0400 Subject: [PATCH] remove version, description, authors from config Co-authored-by: bjoluc --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2bc57ef..0c8fd76f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,8 @@ [tool.poetry] name = "jspsych" -version = "7.2.2" -description = "A JavaScript library for creating behavioral experiments in a web browser" -authors = ["Josh de Leeuw "] -license = "MIT" +version = "0" +description = "" +authors = [] [tool.poetry.dependencies] python = "^3.8"