Skip to content

Commit

Permalink
Update for release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CecSve committed Jun 1, 2022
1 parent f6b9f1f commit eb21733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.rst
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
author="Scott Chamberlain",
author_email="myrmecocystus@gmail.com",
url="http://github.com/gbif/pygbif",
download_url="https://github.com/gbif/pygbif/archive/refs/tags/v0.6.1.tar.gz",
license="MIT",
packages=find_packages(exclude=["test-*"]),
install_requires=[
Expand All @@ -41,6 +42,8 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
],
keywords = ['gbif', 'biodiversity', 'specimens', 'API', 'web-services', 'occurrences', 'species', 'taxonomy'],
)

0 comments on commit eb21733

Please sign in to comment.