mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-11 21:18:29 +03:00
missing comma
This commit is contained in:
2
setup.py
2
setup.py
@@ -22,7 +22,7 @@ setup(
|
||||
author_email="tech@bellingcat.com",
|
||||
license="MIT",
|
||||
packages=["geoclustering"],
|
||||
package_data={"geoclustering": ["kepler_config.json"]}
|
||||
package_data={"geoclustering": ["kepler_config.json"]},
|
||||
keywords=["cluster", "gis", "pattern-analysis"],
|
||||
entry_points={"console_scripts": ["geoclustering = geoclustering.__main__:main"]},
|
||||
install_requires=[
|
||||
|
||||
Reference in New Issue
Block a user