Skip to content

Commit

Permalink
fix(fragment-exporter): Update pyproject.toml | NPG-0000 (#558)
Browse files Browse the repository at this point in the history
Fix `pyproject.toml` in `fragment-exporter`

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
  • Loading branch information
minikin authored Sep 11, 2023
1 parent 974dcb8 commit 6373b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/fragment-exporter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name = "fragment-exporter"
version = "0.1.0"
description = "Exports node fragment logs to stdout"
authors = ["Catalyst Core Developers <[email protected]>]
authors = ["Catalyst Core Developers <[email protected]>"]
readme = "README.md"
packages = [{include = "fragment_exporter"}]
packages = [{ include = "fragment_exporter" }]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 6373b69

Please sign in to comment.