Skip to content

Commit

Permalink
Add script from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatoschaves committed Aug 31, 2024
1 parent 787c59f commit e82a58d
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 @@ -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"

0 comments on commit e82a58d

Please sign in to comment.