mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-08 03:28:30 +03:00
fixing kepler json and version
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
needs: [checks]
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ _MAJOR = "0"
|
||||
_MINOR = "1"
|
||||
# On main and in a nightly release the patch should be one ahead of the last
|
||||
# released build.
|
||||
_PATCH = "0"
|
||||
_PATCH = "2"
|
||||
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
||||
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
||||
_SUFFIX = ""
|
||||
|
||||
1
setup.py
1
setup.py
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user