Skip to content

Commit

Permalink
Merge pull request #189 from camptocamp/pyproject-config-fix
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 efe9360 + eab7357 commit dd67d6f
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 @@ -8,3 +8,9 @@ include_trailing_comma = true
force_grid_wrap = false
use_parentheses = true
line_length = 110

[tool.poetry]
name = "python-action"
version = "0.0.0"
description = "Docker base image for GitHub Action that needs Python"
authors = ["Camptocamp <[email protected]>"]

0 comments on commit dd67d6f

Please sign in to comment.