Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Oct 11, 2024
1 parent f28ef33 commit 76b77dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ test = [
]
develop = [
"babyyoda[test,lint]",
"jupyter-notebook",
"boost_histogram",
"notebook",
"pre-commit",
"tbump>=6.7.0",
]

[tool.hatch.envs.develop]
features = [
"develop",
]


[project.scripts]
babyyoda = "babyyoda.cli.main:main"
Expand Down

0 comments on commit 76b77dc

Please sign in to comment.