Skip to content

Commit

Permalink
Add missing configuration in pyproject.toml
Browse files Browse the repository at this point in the history
Needed to make `poetry --version` work, used in the audit.
  • Loading branch information
sbrunner committed Jul 11, 2024
1 parent 8a27095 commit 24d540e
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 = "tilecloud-chain"
version = "0.0.0"
description = "Tools to generate tiles from WMS or Mapnik, to S3, Berkeley DB, MBTiles, or local filesystem in WMTS layout using Amazon cloud services."
authors = ["Camptocamp <[email protected]>"]

0 comments on commit 24d540e

Please sign in to comment.