Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
alrichardbollans committed Oct 7, 2023
1 parent 587a96d commit 4f1cb8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion cite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ Retrieved XX/XX/XXXX

KNMS (XXXX). The Kew Name Matching Service.
https://namematch.science.kew.org/
Retrieved XX/XX/XXXX
Retrieved XX/XX/XXXX

IPNI (XXXX). International Plant Names Index. Published on the Internet http://www.ipni.org,
The Royal Botanic Gardens, Kew, Harvard University Herbaria & Libraries and Australian National Herbarium. [Retrieved XXXX].
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sci Data 8, 215 (2021). https://doi.org/10.1038/s41597-021-00997-6

With pip, run:

`pip install git+https://github.com/alrichardbollans/[email protected].2`
`pip install git+https://github.com/alrichardbollans/[email protected].3`

## Usage

Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

setup(
name='automatchnames',
version='1.2.2',
version='1.2.3',
packages=find_packages(),
package_data={"wcvp_download": ["inputs/*"]},
package_data={"wcvp_download": ["inputs/*", "inputs/wgsrpd-master/level3/*"]},
install_requires=[
'pandas>=2.0.1',
'numpy>=1.24.2',
Expand All @@ -13,6 +13,9 @@
'typing',
'zstandard'
],
extras_require={
'dist_plots': ["matplotlib", 'cartopy', 'fiona', 'pillow']
},
url='https://github.com/alrichardbollans/automatchnames',
license='GNU v.3',
author='Adam Richard-Bollans',
Expand Down

0 comments on commit 4f1cb8f

Please sign in to comment.