Skip to content

Commit

Permalink
Make poetry --version working
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 25, 2024
1 parent cb4bd70 commit 27baba7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ target-version = ['py38']
[tool.isort]
profile = "black"
line_length = 110

[tool.poetry]
name = "GeoMapFish demo"
version = "0.0.0"
description = "GeoMapFish demo"
authors = ["Camptocamp"]

0 comments on commit 27baba7

Please sign in to comment.