diff --git a/my/location/__init__.py b/my/location/__init__.py new file mode 120000 index 0000000..bfea2b5 --- /dev/null +++ b/my/location/__init__.py @@ -0,0 +1 @@ +takeout.py \ No newline at end of file diff --git a/location/__main__.py b/my/location/__main__.py similarity index 100% rename from location/__main__.py rename to my/location/__main__.py diff --git a/run b/my/location/run similarity index 100% rename from run rename to my/location/run diff --git a/location/__init__.py b/my/location/takeout.py similarity index 99% rename from location/__init__.py rename to my/location/takeout.py index 35c3c7a..3487f8d 100644 --- a/location/__init__.py +++ b/my/location/takeout.py @@ -16,7 +16,7 @@ from kython import kompress from cachew import cachew, mtime_hash -# pipe install geopy +# pip3 install geopy import geopy # type: ignore import geopy.distance # type: ignore # pip3 install ijson diff --git a/update_cache b/my/location/update_cache similarity index 100% rename from update_cache rename to my/location/update_cache diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index eef293b..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -geopy -ijson