Skip to content

Commit 1b5135e

Browse files
authored
Merge pull request #9391 from camptocamp/pyproject-config-fix-2.7
Add missing configuration in pyproject.toml
2 parents 451bd73 + 0b89d21 commit 1b5135e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[tool.black]
22
line-length = 110
33
target-version = ['py38']
4+
5+
[tool.poetry]
6+
name = "ngeo"
7+
version = "0.0.0"
8+
description = "AngularJS OpenLayers Library"
9+
authors = ["Camptocamp <info@camptocamp.com>"]

0 commit comments

Comments
 (0)