mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[doc] Update description and requirements
This commit is contained in:
parent
4e2f2853d2
commit
6563c693f3
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Moulinette
|
||||||
==========
|
==========
|
||||||
|
|
||||||
The *moulinette* is a Python package that allows to quickly and easily
|
The *moulinette* is a Python package that allows to quickly and easily
|
||||||
deploy an application for different interfaces.
|
prototype interfaces for your application.
|
||||||
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
|
@ -46,4 +46,4 @@ Requirements
|
||||||
* python-bottle (>= 0.10)
|
* python-bottle (>= 0.10)
|
||||||
* python-gnupg (>= 0.3)
|
* python-gnupg (>= 0.3)
|
||||||
* python-ldap (>= 2.4)
|
* python-ldap (>= 2.4)
|
||||||
* python-importlib
|
* PyYAML
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ if "install" in sys.argv:
|
||||||
|
|
||||||
setup(name='Moulinette',
|
setup(name='Moulinette',
|
||||||
version='2.0.0',
|
version='2.0.0',
|
||||||
description='',
|
description='Prototype interfaces quickly and easily',
|
||||||
author='Yunohost Team',
|
author='Yunohost Team',
|
||||||
author_email='yunohost@yunohost.org',
|
author_email='yunohost@yunohost.org',
|
||||||
url='http://yunohost.org',
|
url='http://yunohost.org',
|
||||||
|
|
Loading…
Add table
Reference in a new issue