Skip to content

Commit

Permalink
pyproject.toml: do not use bare keys
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Nov 27, 2024
1 parent 3c45f5f commit 2039ca9
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 @@ -13,7 +13,10 @@ dependencies = [
"sentence-transformers>=3.2.1",
"waitress>=3.0.0",
]
scripts.arcmapper = "arcmapper:main"

[project.scripts]
arcmapper = "arcmapper:main"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit 2039ca9

Please sign in to comment.