Skip to content

Commit

Permalink
Merge pull request #9392 from camptocamp/pyproject-config-fix-2.8
Browse files Browse the repository at this point in the history
Add missing configuration in pyproject.toml
  • Loading branch information
sbrunner authored Jul 11, 2024
2 parents 4e81781 + a4b4b09 commit 9c5aafc
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
@@ -1,3 +1,9 @@
[tool.black]
line-length = 110
target-version = ['py38']

[tool.poetry]
name = "ngeo"
version = "0.0.0"
description = "AngularJS OpenLayers Library"
authors = ["Camptocamp <info@camptocamp.com>"]

0 comments on commit 9c5aafc

Please sign in to comment.