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

main
Tom 4 years ago committed by GitHub
parent 662bb006f1
commit fd924773d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save