Skip to content

Commit

Permalink
Format toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Oct 10, 2024
1 parent baf6412 commit d1000e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ version = "0.0.3"
description = "Convert from protobuf to arrow and back in rust"
authors = ["Tradewell Tech <engineering@tradewelltech.co>"]
maintainers = ["0x26res <0x26res@gmail.com>"]
packages = [ { include = "ptars", from = "python" } ]
include = ["ptars/*", "ptarslib/*", "ptarslib/src/*"]
packages = [{ include = "ptars", from = "python" }]
include = ["ptars/*", "ptarslib/*", "ptarslib/src/*"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tradewelltech/ptars"
Expand Down Expand Up @@ -82,7 +82,7 @@ features = ["pyo3/extension-module"]
[tool.isort]
profile = "black"
src_paths = ["ptars", "tests"]
known_first_party = ["ptars", "ptars_protos" ]
known_first_party = ["ptars", "ptars_protos"]
skip = [".gitignore"]

[tool.bandit]
Expand Down

0 comments on commit d1000e0

Please sign in to comment.