From ea5dac95b6173b6a414d0477b30291a617806169 Mon Sep 17 00:00:00 2001 From: Stavros Theocharis Date: Mon, 5 Feb 2024 18:52:47 +0200 Subject: [PATCH] Fix of setup --- setup.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 42fc5b1..062ceb1 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,7 @@ author="Stavros Theocharis", author_email="stavrostheocharis@yahoo.gr", url="https://github.com/stavrostheocharis/weather_data_retriever.git", - keywords=[ - "weather data", - "historical data", - "meteo data", - "nasa data" - ] + keywords=["weather data", "historical data", "meteo data", "nasa data"], install_requires=[ "pandas", "geopy", @@ -37,4 +32,4 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ], -) \ No newline at end of file +)