Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
updated version of next release and added python 3.10 and 3.11 to the classifiers
  • Loading branch information
CecSve authored Mar 12, 2024
1 parent e9b33f6 commit d60c1b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

setup(
name="pygbif",
version="0.6.3",
version="0.6.4",
description="Python client for GBIF",
long_description=long_description,
long_description_content_type="text/x-rst",
author="Scott Chamberlain",
author_email="[email protected]",
url="http://github.com/gbif/pygbif",
download_url="https://github.com/gbif/pygbif/archive/refs/tags/v0.6.3.tar.gz",
download_url="https://github.com/gbif/pygbif/archive/refs/tags/v0.6.4.tar.gz",
license="MIT",
packages=find_packages(exclude=["test-*"]),
install_requires=[
Expand All @@ -41,7 +41,9 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
],
keywords = ['gbif', 'biodiversity', 'specimens', 'API', 'web-services', 'occurrences', 'species', 'taxonomy'],
)

0 comments on commit d60c1b9

Please sign in to comment.