From 2633a9829e2b7c3ecf9d75b4b168ce991097d609 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 6 Aug 2020 21:02:40 +0200 Subject: [PATCH] Feat: clean --- README.md | 8 +++++--- setup.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c09f2a0..05f7a1e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# 3ans à Mayotte +# Photobook -Sources pour faire l'album photo des 3ans passé à Mayotte. +## Install + + pip install photobook ## Notes -Crop une image avec le plus grand carré possible au milieu +Crooping a image to get the larger square on the middle convert -gravity center -crop `identify -format "%[fx:min(w,h)]x%[fx:min(w,h)]+0+0" rose:` +repage diff --git a/setup.py b/setup.py index bfd5a9c..da6d422 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: setup( name='photobook', - version='1.0', + version='0.9', description='Built photobook with python', author='Benjamin Bertrand', author_email='benjamin.bertrand@opytex.org',