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',