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]
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 <ari@airintech.com>"
]
packages = [
{ include = "minerva.py" }
# { include = "minerva/**/*.py"}
{ include = "minerva/**/*.py"}
]