Skip to content

Commit

Permalink
Merge branch 'R/0.0' into D/0.0.4/I9
Browse files Browse the repository at this point in the history
  • Loading branch information
scattm authored Dec 13, 2017
2 parents 5fd4ab7 + 53b5146 commit 51b7d59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Simple image server built on Flask.

Developed Python version: Python 3.6.

.. image:: https://travis-ci.org/ViiSiX/ImageButler.svg?branch=R%2F0.0
:target: https://travis-ci.org/ViiSiX/ImageButler

Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion imagebutler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from . import apis, commands, views


__version__ = '0.0.3'
__version__ = '0.0.4rc0'

app.register_blueprint(api_bp)
2 changes: 1 addition & 1 deletion imagebutler/commands/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def thumbnail_regen(**kwargs):
bar.update(images_progressed)

else:
click.echo('Usage: flask image gen_thumbnail all|missing',
click.echo('Usage: flask image gen_thumbnail --type all|missing',
err=True)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
url='https://viisix.space/projects/image-butler/',
description='Simple images serving service,',
long_description=description,
packages=['imagebutler', 'imagebutler.apis'],
packages=['imagebutler', 'imagebutler.apis', 'imagebutler.commands'],
entry_points="""
[flask.commands]
user=imagebutler.commands:user
Expand Down

0 comments on commit 51b7d59

Please sign in to comment.