Skip to content

Commit

Permalink
setup.py keyword added
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sharifi committed Feb 17, 2020
1 parent ed4fa71 commit 3321fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
license='MIT',
keywords=['computer vision', 'image processing', 'opencv', 'matplotlib','preprocess image','image dataset','pascal voc'],
install_requires=[
'pascal_voc_writer',
'tqdm',
Expand Down

0 comments on commit 3321fc6

Please sign in to comment.