Skip to content

Commit

Permalink
Fix of setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stavrostheocharis committed Feb 5, 2024
1 parent 10fdc9c commit ea5dac9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
author="Stavros Theocharis",
author_email="[email protected]",
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",
Expand All @@ -37,4 +32,4 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)
)

0 comments on commit ea5dac9

Please sign in to comment.