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]
|
[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"}
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue