Skip to content

Commit

Permalink
Add poetry support for entry point (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: nekhtiari <n,[email protected]>
  • Loading branch information
nekhtiari and nekhtiari authored Jul 17, 2023
1 parent a845de3 commit cba1242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ speedups = ["pyfftw"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
image-similarity-measures = "image_similarity_measures.evaluate:main"

0 comments on commit cba1242

Please sign in to comment.