Update authorship/maintainer information

This commit is contained in:
Alexandre Aubin 2020-05-26 23:53:02 +02:00
parent c4b9e29617
commit 7818f07ed1
2 changed files with 6 additions and 8 deletions

11
debian/control vendored
View file

@ -1,7 +1,7 @@
Source: moulinette Source: moulinette
Section: python Section: python
Priority: optional Priority: optional
Maintainer: Jérôme Lebleu <jerome.lebleu@mailoo.org> Maintainer: YunoHost Contributors <contrib@yunohost.org>
Build-Depends: debhelper (>= 9), python (>= 2.7), dh-python, python-setuptools, python-psutil, python-all (>= 2.7) Build-Depends: debhelper (>= 9), python (>= 2.7), dh-python, python-setuptools, python-psutil, python-all (>= 2.7)
Standards-Version: 3.9.6 Standards-Version: 3.9.6
X-Python-Version: >= 2.7 X-Python-Version: >= 2.7
@ -21,9 +21,8 @@ Depends: ${misc:Depends}, ${python:Depends},
Replaces: yunohost-cli Replaces: yunohost-cli
Breaks: yunohost-cli Breaks: yunohost-cli
Description: prototype interfaces with ease in Python Description: prototype interfaces with ease in Python
The moulinette is a Python package that allows one to quickly and Quickly and easily prototype interfaces for your application.
easily prototype interfaces for your application. Each action can Each action can be served through an HTTP API and from the
be served through an HTTP API and from the command-line with a single command-line with a single method.
method.
. .
It was originally written for the YunoHost project. Originally designed and written for the YunoHost project.

View file

@ -9,8 +9,7 @@ from moulinette.core import (
from moulinette.globals import init_moulinette_env from moulinette.globals import init_moulinette_env
__title__ = "moulinette" __title__ = "moulinette"
__version__ = "0.1" __author__ = ["Yunohost Contributors"]
__author__ = ["Kload", "jlebleu", "titoko", "beudbeud", "npze"]
__license__ = "AGPL 3.0" __license__ = "AGPL 3.0"
__credits__ = """ __credits__ = """
Copyright (C) 2014 YUNOHOST.ORG Copyright (C) 2014 YUNOHOST.ORG