From 6563c693f3e0c1218d9b271b17fa13774b55f5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Fri, 16 May 2014 16:09:05 +0200 Subject: [PATCH] [doc] Update description and requirements --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c641ead..2e8b7d38 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Moulinette ========== The *moulinette* is a Python package that allows to quickly and easily -deploy an application for different interfaces. +prototype interfaces for your application. Overview @@ -46,4 +46,4 @@ Requirements * python-bottle (>= 0.10) * python-gnupg (>= 0.3) * python-ldap (>= 2.4) -* python-importlib +* PyYAML diff --git a/setup.py b/setup.py index 0f632a5e..fe472e3d 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ if "install" in sys.argv: setup(name='Moulinette', version='2.0.0', - description='', + description='Prototype interfaces quickly and easily', author='Yunohost Team', author_email='yunohost@yunohost.org', url='http://yunohost.org',