diff --git a/setup.py b/setup.py index 5ff874b..caab0a0 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ Mainly intended to be used as an alternative web location source for GeoClue. entry_points={ "console_scripts": [ "ols=ols.server:main", + "cellid-ols-import=ols.resolver.cellid.cellid_import:main", ] } )