Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Thornton committed Aug 27, 2020
1 parent 91344a6 commit ca3fdfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup_args = dict(
name='hmni',
version='0.1.5',
version='0.1.6',
description='Fuzzy Name Matching with Machine Learning',
long_description=readme,
long_description_content_type='text/markdown',
Expand All @@ -16,14 +16,15 @@
author_email='christopher_thornton@outlook.com',
keywords=['fuzzy-matching', 'natural-language-processing', 'nlp', 'machine-learning', 'data-science', 'python', 'artificial-intelligence', 'ai'],
url='https://github.com/Christopher-Thornton/hmni',
download_url='https://github.com/Christopher-Thornton/hmni/archive/v0.1.5.zip',
download_url='https://github.com/Christopher-Thornton/hmni/archive/v0.1.6.zip',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
)

Expand Down

0 comments on commit ca3fdfb

Please sign in to comment.