From e82a58d41751c5b54ad6aa47d382de8f13139093 Mon Sep 17 00:00:00 2001 From: Diogo Matos Chaves Date: Sat, 31 Aug 2024 13:36:02 +0200 Subject: [PATCH] Add script from pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c9f5faa..4606ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,9 @@ traittypes = "^0.2.1" Rtree = "^1.3.0" scipy = "^1.14.0" +[tool.poetry.scripts] +osm_feature_extractor = 'osm_feature_extractor.main:main' + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"