Skip to content

Commit

Permalink
install list_files
Browse files Browse the repository at this point in the history
  • Loading branch information
crmullineravsec committed Apr 15, 2019
1 parent 46e7910 commit 8b82f4b
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 @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '0.6.2'
version = '0.6.3'

setup(
name='ubi_reader',
Expand All @@ -20,6 +20,7 @@
packages = find_packages(),
scripts=['scripts/ubireader_display_info',
'scripts/ubireader_extract_files',
'scripts/ubireader_list_files',
'scripts/ubireader_extract_images',
'scripts/ubireader_utils_info'
],
Expand Down

0 comments on commit 8b82f4b

Please sign in to comment.