updating pyproject

This commit is contained in:
Ari Brown 2023-08-01 13:59:17 -04:00
parent c32f8359e7
commit 2c79e43f5f

View file

@ -1,20 +1,19 @@
[project] [project]
name = "minerva" name = "minerva"
version = "0.1.0" version = "0.2.0"
description = "Easier access to AWS Athena" description = "Easier access to AWS Athena and Redshift"
dependencies = [ dependencies = [
"boto3", "boto3",
"pyarrow" "pyarrow"
] ]
[tool.poetry] [tool.poetry]
name = "wharfer" name = "minerva"
version = "0.1.0" version = "0.2.0"
description = "Easier access to AWS Athena" description = "Easier access to AWS Athena and Redshift"
authors = [ authors = [
"Ari Brown <ari@airintech.com>" "Ari Brown <ari@airintech.com>"
] ]
packages = [ packages = [
{ include = "minerva.py" } { include = "minerva/**/*.py"}
# { include = "minerva/**/*.py"}
] ]