Skip to content

Commit

Permalink
changes for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jan 11, 2024
1 parent 0247faa commit 19c12a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ repos:
hooks:
- id: black
types: [python]
args: ["--config", "package/pyproject.toml"]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--settings-path", "package/pyproject.toml"]
4 changes: 2 additions & 2 deletions pyproject.toml → package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ build-backend = "hatchling.build"
name = "panda-common"
dynamic = ["version"]
description = " PanDA Common Package"
readme = "README.txt"
license = "Apache-2.0"
readme = "README.md"
license = {text = "Apache-2.0"}
authors = [
{ name = "PanDA Team", email = "[email protected]" },
]
Expand Down

0 comments on commit 19c12a9

Please sign in to comment.