Skip to content

Commit

Permalink
Switch to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Feb 19, 2024
1 parent 997f7dd commit 181fc9e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "a-flask-test"
version = "0.1.0"
description = ""
authors = ["ICRAR"]
readme = "README.md"
packages = [{include = "a_flask_test"}]

[tool.poetry.dependencies]
python = "^3.10"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
wallaby_hires = 'wallaby_hires.__main__:main'

0 comments on commit 181fc9e

Please sign in to comment.