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
Section: python
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)
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
@ -21,9 +21,8 @@ Depends: ${misc:Depends}, ${python:Depends},
Replaces: yunohost-cli
Breaks: yunohost-cli
Description: prototype interfaces with ease in Python
The moulinette is a Python package that allows one to quickly and
easily prototype interfaces for your application. Each action can
be served through an HTTP API and from the command-line with a single
method.
Quickly and easily prototype interfaces for your application.
Each action can be served through an HTTP API and from the
command-line with a single 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
__title__ = "moulinette"
__version__ = "0.1"
__author__ = ["Kload", "jlebleu", "titoko", "beudbeud", "npze"]
__author__ = ["Yunohost Contributors"]
__license__ = "AGPL 3.0"
__credits__ = """
Copyright (C) 2014 YUNOHOST.ORG