From 77806286e66b88662282cec3f55ea8c506eccc24 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 29 Sep 2020 17:46:25 -0500 Subject: [PATCH] feat: add description to pyproject.toml (#2) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4dad653..ab957fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,8 @@ authors = ["Your Name "] name = "root" version = "0.0.0" +description = "" + [tool.poetry.dependencies] pandas = "*" python = "^3.7"