From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B3413138CA2 for ; Mon, 20 Apr 2015 21:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B3FE0876; Mon, 20 Apr 2015 21:37:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 073A6E0876 for ; Mon, 20 Apr 2015 21:37:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5912A340C0A for ; Mon, 20 Apr 2015 21:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D75165D1 for ; Mon, 20 Apr 2015 21:36:46 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1429375287.84e5836cd7c47683b78c24783c2fb62c49dc4b8a.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:dev commit in: / X-VCS-Repository: proj/g-sorcery X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 84e5836cd7c47683b78c24783c2fb62c49dc4b8a X-VCS-Branch: dev Date: Mon, 20 Apr 2015 21:36:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ee3d066-0141-4c64-b19f-fa4cc3f8b2c7 X-Archives-Hash: 98247860223d174027b5854d6b57fc80 Message-ID: <20150420213646.IMuoKZirEUJXcTEEp6CuE5hJYwIYw3tuVibb1qreiPM@z> commit: 84e5836cd7c47683b78c24783c2fb62c49dc4b8a Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Apr 18 16:41:27 2015 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Apr 18 16:41:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=84e5836c [setup] fix copyright setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 95b715e..68ad410 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,9 @@ installation script :copyright: (c) 2013-2015 by Jauhien Piatlicki + :copyright: (c) 2014 by Brian Dolbec + (code for conditional module installation + is taken from the layman project) :license: GPL-2, see LICENSE for more details. """