From 2c79e43f5ffea60c886a169244df69d5411a8e29 Mon Sep 17 00:00:00 2001 From: Ari Brown Date: Tue, 1 Aug 2023 13:59:17 -0400 Subject: [PATCH] updating pyproject --- pyproject.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74f820a..a3cc7fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,20 +1,19 @@ [project] name = "minerva" -version = "0.1.0" -description = "Easier access to AWS Athena" +version = "0.2.0" +description = "Easier access to AWS Athena and Redshift" dependencies = [ "boto3", "pyarrow" ] [tool.poetry] -name = "wharfer" -version = "0.1.0" -description = "Easier access to AWS Athena" +name = "minerva" +version = "0.2.0" +description = "Easier access to AWS Athena and Redshift" authors = [ "Ari Brown " ] packages = [ - { include = "minerva.py" } -# { include = "minerva/**/*.py"} + { include = "minerva/**/*.py"} ]