Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aghand0ur committed Mar 22, 2024
1 parent 79a115a commit 2a87937
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a87937

Please sign in to comment.