setup.py: Add 'cellid-ols-import' entrypoint
This commit is contained in:
1
setup.py
1
setup.py
@@ -59,6 +59,7 @@ Mainly intended to be used as an alternative web location source for GeoClue.
|
|||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"ols=ols.server:main",
|
"ols=ols.server:main",
|
||||||
|
"cellid-ols-import=ols.resolver.cellid.cellid_import:main",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user