feat: add description to pyproject.toml (#2)

This commit is contained in:
Tom 2020-09-29 17:46:25 -05:00 committed by GitHub
parent 76a954000d
commit 77806286e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
authors = ["Your Name <you@example.com>"]
name = "root"
version = "0.0.0"
description = ""
[tool.poetry.dependencies]
pandas = "*"
python = "^3.7"