From 2a879374cd3c3d1e3f5837df7dfe1bebf806870d Mon Sep 17 00:00:00 2001 From: aghand0ur Date: Fri, 22 Mar 2024 08:51:55 +0200 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 7327a70..7c641a7 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ setuptools.setup( name="geotils", - version="0.0.2", - author="Example Author", - author_email="author@example.com", + version="0.0.20", + author="GEOAI group", + author_email="geotils@geogroup.ai", description="A small example package", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/pypa/sampleproject", + url="https://github.com/geoaigroup/geotils", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",