robbrad / UKBinCollectionData

UK Council Bin Collection Data Parser Outputting Bin Data as a JSON
MIT License
114 stars 75 forks source link

Fix incorrect script path in `pyproject.toml` #643

Closed tm-kn closed 3 months ago

tm-kn commented 4 months ago

This fixes the issue of inability to use the script installed via pip (#642).

Do let me know if there's a good way to add an automated test for this.

robbrad commented 4 months ago

I'm not sure on this one we need to check is doesn't break the custom component execution

tm-kn commented 4 months ago

I'm imagining instead we could delete the whole [tool.poetry.scripts] section if this is not meant to be useable this way in the first place.