Skip to content

Commit

Permalink
DEV: Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Apr 16, 2024
1 parent 8519f18 commit cca73bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,19 @@ exclude = ["doc/*.html"]

[project.scripts]
gbintk = "gbintk.cli:main"

[project.optional-dependencies]
test = [
"pytest",
"pytest-cov",
"pytest-xdist",
]
dev = [
"black",
"click",
"flit",
"isort",
"pytest",
"pytest-cov",
"pytest-xdist",
]

0 comments on commit cca73bd

Please sign in to comment.