Skip to content

Commit

Permalink
revert project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jashlu committed Nov 26, 2024
1 parent 445c0b6 commit acd1789
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test = [
"Source" = "https://github.com/pypa/sampleproject/"

[project.scripts] # Optional
social-norms-trees = "social-norms-trees.ui_wrapper:app"
social-norms-trees = "social_norms_trees.ui_wrapper:app"

[build-system]
requires = ["hatchling", "hatch-vcs"]
Expand All @@ -123,3 +123,6 @@ version.source = "vcs"

[tool.pytest.ini_options]
addopts = "--doctest-modules"

[tool.hatch.build.targets.wheel]
packages = ["."]

0 comments on commit acd1789

Please sign in to comment.