From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8324C433FE for ; Wed, 30 Nov 2022 14:12:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229615AbiK3OMl (ORCPT ); Wed, 30 Nov 2022 09:12:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbiK3OMW (ORCPT ); Wed, 30 Nov 2022 09:12:22 -0500 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BFB984DFC for ; Wed, 30 Nov 2022 06:10:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669817425; x=1701353425; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=aSFeg7UcANQqzW7ECtt+sZwsw5ug5yp+Uf3KKF/Hm9s=; b=TVBvFDq2dG7luqtS26xlCLIRti7qwi/2wttBQvSAV56NYFRVTdsWOoZI 2D/mu6nWNAuOnBPgotwCKJuJjLa56eV9vQ7we8MxbXvUg7tY/CCwPhTb/ KyYgIxrcX0hT96m1RXCpfQBXJNgy6G/ZVWvqusJ+rlGRMgYTsXDA9jou4 EQpTxVPNGjzQucokkiIcbhG5nwlqTydlUfy2RHaJ0ghVQC5bAm0bqkVsc PYEc3il1vPOvyuhoolFZNYKKB4AqKY+M5ruQ3Mt1oJBSS9COZpg7HocpQ QKNpzjaDz/nLoNpihyADUyth1udfPG+W738sbeLev9D9dBGW6ITaC2829 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="314095058" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208";a="314095058" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 06:09:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10547"; a="768841959" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208";a="768841959" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 30 Nov 2022 06:09:29 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1p0NmC-002IO9-0T; Wed, 30 Nov 2022 16:09:28 +0200 Date: Wed, 30 Nov 2022 16:09:27 +0200 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Kent Gibson , Linus Walleij , Viresh Kumar , linux-gpio@vger.kernel.org, Bartosz Golaszewski Subject: Re: [libgpiod][PATCH 11/11] bindings: python: extend setup.py Message-ID: References: <20221130124231.1054001-1-brgl@bgdev.pl> <20221130124231.1054001-12-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130124231.1054001-12-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Nov 30, 2022 at 01:42:31PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add additional information to setup.py. This will be visible in the EGG > file. ... > packages=find_packages(include=["gpiod"]), > ext_modules=extensions, > version=__version__, > + author="Bartosz Golaszewski", > + author_email="brgl@bgdev.pl", > + description="Python bindings for libgpiod", > + platforms=["linux"], > + license="LGPLv2.1", Is it applicable to the bindings only? I am not familiar with the code base, but one of the patches in this series makes me wonder if you are not going to make same mistake by licensing tools, if any written in pure Python, with a wrong license. -- With Best Regards, Andy Shevchenko