From 3321fc61493470623afdc80fc5f99a9a65f2f64f Mon Sep 17 00:00:00 2001 From: amir Date: Mon, 17 Feb 2020 21:19:09 +0330 Subject: [PATCH] setup.py keyword added --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 718e457..d74b0ea 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,14 @@ setup( name="preimutils", packages=['preimutils'], - version="0.0.1", + version="1.0.0", description="all you need to prepare and preprocess your annotated images", url="https://github.com/mrl-amrl/preimutils", download_url='https://github.com/mrl-amrl/preimutils/archive/0.0.1.tar.gz', author="Amir Sharifi", author_email="ami_rsh@outlook.com", license='MIT', + keywords=['computer vision', 'image processing', 'opencv', 'matplotlib','preprocess image','image dataset','pascal voc'], install_requires=[ 'pascal_voc_writer', 'tqdm',