Skip to content

Commit 963b18c

Browse files
committed
fixed setup.py
1 parent 88bb735 commit 963b18c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

imago/imago.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def main(args=None):
1616
# Twitter: @solventred #
1717
##################################################
1818
"""
19+
if args is None:
20+
args = sys.argv[1:]
1921
parser = argparse.ArgumentParser()
2022
parser.add_argument('-i','--input', help='Input directory path', type=str, required=True)
2123
parser.add_argument('-x','--exif', help='Extract exif metadata', action='store_true')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
EMAIL = 'solventdev@gmail.com'
1616
AUTHOR = 'Matteo Redaelli'
1717
REQUIRES_PYTHON = '>=2.7.0'
18-
VERSION = '1.0.3'
18+
VERSION = '1.0.5'
1919

2020
REQUIRED = ['exifread==2.1.2', 'python-magic==0.4.15','argparse==1.4.0','pillow==5.2.0','nudepy==0.4','imagehash==4.0','geopy==1.16.0']
2121

0 commit comments

Comments
 (0)