From 6a9a07acee2b8529e67eb1deb529a2473e5bdf59 Mon Sep 17 00:00:00 2001 From: anikaweinmann Date: Tue, 30 Jan 2024 14:37:41 +0100 Subject: [PATCH] fix installation --- Makefile | 2 +- fs.py => federal_state_info.py | 2 +- requirements.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) rename fs.py => federal_state_info.py (97%) diff --git a/Makefile b/Makefile index 40cd6fe..9e2e8e0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ MODULE_TOPDIR = ../.. PGM = v.alkis.buildings.import -ETCFILES = download_urls +ETCFILES = download_urls federal_state_info include $(MODULE_TOPDIR)/include/Make/Python.make include $(MODULE_TOPDIR)/include/Make/Script.make diff --git a/fs.py b/federal_state_info.py similarity index 97% rename from fs.py rename to federal_state_info.py index 959ccba..390fddd 100644 --- a/fs.py +++ b/federal_state_info.py @@ -2,7 +2,7 @@ # ############################################################################ # -# MODULE: fs +# MODULE: federal_state_info # AUTHOR(S): Anika Weinmann, Julia Haas # PURPOSE: German Federal State information as dictionary diff --git a/requirements.txt b/requirements.txt index 9c5da79..716a583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ py7zr grass_gis_helpers +requests \ No newline at end of file