Skip to content

Commit

Permalink
release(0.3.2)
Browse files Browse the repository at this point in the history
release(0.3.2)
  • Loading branch information
nkarasiak authored Dec 10, 2024
2 parents 0a48428 + 048ecd3 commit 6166914
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
if line.startswith("__version__"):
version = line.split("=")[1].split('"')[1]

with open("README.md", encoding="utf-8") as f:
long_description = f.read()

setup(
name="earthdaily",
packages=find_packages(exclude=['tests']),
version=version,
description="earthdaily: easy authentication, search and retrieval of Earth Data Store collections data",
author="EarthDaily Agro",
python_requires=">=3.10",
long_description=open("README.md").read(),
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"numpy",
Expand Down

0 comments on commit 6166914

Please sign in to comment.