From 9a3724024c07569bb1ae76b19ef18b9c90cb2d3a Mon Sep 17 00:00:00 2001 From: Samapriya Roy Date: Wed, 27 Sep 2023 01:13:41 -0500 Subject: [PATCH] updated classifier --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0b2c56d..99e0e9e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ license="Apache 2.0", long_description=open("README.md").read(), long_description_content_type="text/markdown", - classifiers=( + classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", @@ -27,7 +27,7 @@ "Programming Language :: Python :: 3.8", "Operating System :: OS Independent", "Topic :: Scientific/Engineering :: GIS", - ), + ], author="Samapriya Roy", author_email="samapriya.roy@gmail.com", description="Google Earth Engine Batch Assets Manager with Addons",