Skip to content

Commit

Permalink
toml/packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
st-te committed Mar 21, 2024
1 parent 8b14327 commit f43555a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "catchment"
version = "1.0.0"
description = "Analyse river catchment project data"
authors = ["Steven Tendyra"]
license = "MIT"
readme = "README.md"

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


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

0 comments on commit f43555a

Please sign in to comment.