Skip to content

Commit be68140

Browse files
committed
Fix missing quotes.
1 parent a30525c commit be68140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ classifiers = [
2828
]
2929

3030
[project.scripts]
31-
decasu_hpix_mapper.py = "decasu.decasu_hpix_mapper:main"
32-
decasu_tile_mapper.py = "decasu.decasu_tile_mapper:main"
31+
"decasu_hpix_mapper.py" = "decasu.decasu_hpix_mapper:main"
32+
"decasu_tile_mapper.py" = "decasu.decasu_tile_mapper:main"
3333

3434
[project.urls]
3535
home = "https://github.com/erykoff/decasu"

0 commit comments

Comments
 (0)