Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored May 2, 2022
1 parent 99f4c82 commit 023bffc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def local_version(version):
setup(
name='python-googlegeocoder',
description="A simple Python wrapper for Google’s geocoder API",
long_description=read("README.md"),
long_description_content_type="text/markdown",
author='Ben Welsh',
author_email='b@palewi.re',
url='http://palewi.re/docs/python-googlegeocoder',
Expand All @@ -57,7 +59,7 @@ def local_version(version):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"OSI Approved :: GNU General Public License (GPL)",
],
setup_requires=["setuptools_scm"],
use_scm_version={"version_scheme": version_scheme, "local_scheme": local_version},
Expand Down

0 comments on commit 023bffc

Please # to comment.