forked from bellwether/minerva
output consolidation; added executable via poetry
This commit is contained in:
parent
ab344374d9
commit
ffe0eddd9b
4 changed files with 46 additions and 34 deletions
|
|
@ -9,10 +9,12 @@ authors = [
|
|||
]
|
||||
packages = [
|
||||
{ include = "minerva/**/*.py" },
|
||||
{ include = "bin/*" }
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
minerva-console = "minerva.console:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">3.9, <3.11"
|
||||
boto3 = "^1.26.161"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue