Skip to content

Commit

Permalink
Merge pull request #1120 from camptocamp/pyproject-config-fix-release_2
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 3c09dd4 + 1e31886 commit e94da35
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 @@ -2,3 +2,9 @@
line-length = 110
target-version = ['py38']
exclude = '.*'

[tool.poetry]
name = "shared_config_manager"
version = "0.0.0"
description = "Client server application used to distribute configuration files"
authors = ["Camptocamp <[email protected]>"]

0 comments on commit e94da35

Please sign in to comment.