remove version, description, authors from config

Co-authored-by: bjoluc <mail@bjoluc.de>
This commit is contained in:
Josh de Leeuw 2022-05-19 13:37:49 -04:00 committed by GitHub
parent 00645822ad
commit a891636c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
[tool.poetry] [tool.poetry]
name = "jspsych" name = "jspsych"
version = "7.2.2" version = "0"
description = "A JavaScript library for creating behavioral experiments in a web browser" description = ""
authors = ["Josh de Leeuw <josh.deleeuw@gmail.com>"] authors = []
license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"