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 +)