From 7818f07ed15db2bdc4bba7246012f971cc367f40 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 26 May 2020 23:53:02 +0200 Subject: [PATCH] Update authorship/maintainer information --- debian/control | 11 +++++------ moulinette/__init__.py | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index b98a13e5..ade9ba77 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: moulinette Section: python Priority: optional -Maintainer: Jérôme Lebleu +Maintainer: YunoHost Contributors 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. diff --git a/moulinette/__init__.py b/moulinette/__init__.py index 4aae1be0..a1aec5e2 100755 --- a/moulinette/__init__.py +++ b/moulinette/__init__.py @@ -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