forked from bellwether/minerva
updating pyproject
This commit is contained in:
parent
c32f8359e7
commit
2c79e43f5f
1 changed files with 6 additions and 7 deletions
|
|
@ -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"}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue