retabbed
This commit is contained in:
parent
cd60bd9c47
commit
fcaf6e3803
|
@ -21,7 +21,7 @@ Options:
|
|||
-v --verbose Generate more output.
|
||||
-D --debug Turn on debug messages.
|
||||
-i <dbtype> --implementation=<dbtype> Internal database type (mem|disk) [default: mem]
|
||||
|
||||
-s <db_file> --storage=<db_file> Use an external database with path db_file [default: ]
|
||||
|
||||
|
||||
'''
|
||||
|
|
4
setup.py
4
setup.py
|
@ -6,10 +6,10 @@ setup(
|
|||
packages = find_packages(),
|
||||
author = "Daniel Knüttel",
|
||||
author_email = "daniel.knuettel@daknuett.eu",
|
||||
install_requires = ["docopt"],
|
||||
install_requires = ["docopt", "exifread"],
|
||||
description = "A script to find, order and copy images",
|
||||
long_description = open("README.rst").read(),
|
||||
|
||||
entry_points = {"console_scripts": ["autoimport = licor"]}
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user