fixing kepler json and version

This commit is contained in:
msramalho
2022-07-01 14:45:51 +02:00
parent f287cb8d02
commit c6e3671a16
3 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ setup(
author_email="tech@bellingcat.com",
license="MIT",
packages=["geoclustering"],
package_data={"geoclustering": ["kepler_config.json"]}
keywords=["cluster", "gis", "pattern-analysis"],
entry_points={"console_scripts": ["geoclustering = geoclustering.__main__:main"]},
install_requires=[