Skip to content

Commit

Permalink
Update slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 6, 2020
1 parent 9a013e8 commit 76a3f4f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -7,6 +7,11 @@ in progress
===========


2020-06-06 0.1.1
================
- Update slogan


2020-06-06 0.1.0
================
- First version, with command line interface
9 changes: 8 additions & 1 deletion README.rst
Expand Up @@ -19,10 +19,17 @@ Imagecast
*****
About
*****
Imagecast modifies images, optionally serving them via HTTP API.
Imagecast is like ImageMagick but for Pythonistas.
Optionally provides its features via HTTP API.

Currently, this is based on Pillow_. However, it
might be based on Wand_ in the future.

There might still be dragons.

.. _Pillow: https://pillow.readthedocs.io/
.. _Wand: http://wand-py.org/


*******
Install
Expand Down
2 changes: 1 addition & 1 deletion imagecast/__init__.py
@@ -1,3 +1,3 @@
"""Imagecast modifies images, optionally serving them via HTTP API"""
"""Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API."""
__appname__ = 'imagecast'
__version__ = '0.1.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(name='imagecast',
version='0.1.0',
description='Imagecast modifies images, optionally serving them via HTTP API',
description='Imagecast is like ImageMagick but for Pythonistas. Optionally provides its features via HTTP API.',
long_description=README,
license="AGPL 3, EUPL 1.2",
classifiers=[
Expand Down

0 comments on commit 76a3f4f

Please sign in to comment.