linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Phil Howard <phil@gadgetoid.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Kent Gibson <warthog618@gmail.com>,
	Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-gpio@vger.kernel.org, Phil Howard <phil@gadgetoid.com>
Subject: [libgpiod][PATCH 2/3] bindings: python: add pyproject.toml, pep 518
Date: Wed, 11 Oct 2023 13:12:45 +0100	[thread overview]
Message-ID: <20231011121246.9467-3-phil@gadgetoid.com> (raw)
In-Reply-To: <20231011121246.9467-1-phil@gadgetoid.com>

Add pyproject.toml to prevent spurious deprecation warnings from pip.

Signed-off-by: Phil Howard <phil@gadgetoid.com>
---
 bindings/python/pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 bindings/python/pyproject.toml

diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
new file mode 100644
index 0000000..d1e6ae6
--- /dev/null
+++ b/bindings/python/pyproject.toml
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools", "wheel"]
-- 
2.34.1


  parent reply	other threads:[~2023-10-11 12:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 12:12 [libgpiod][PATCH 0/3] bindings: python: optionally include module (...) Phil Howard
2023-10-11 12:12 ` [libgpiod][PATCH 1/3] bindings: python: optionally include module in sdist Phil Howard
2023-10-11 17:11   ` Andy Shevchenko
2023-10-12  9:03     ` Phil Howard
2023-10-12 19:18       ` Bartosz Golaszewski
2023-10-12 19:37   ` Bartosz Golaszewski
2023-10-11 12:12 ` Phil Howard [this message]
2023-10-12 19:10   ` [libgpiod][PATCH 2/3] bindings: python: add pyproject.toml, pep 518 Bartosz Golaszewski
2023-10-11 12:12 ` [libgpiod][PATCH 3/3] bindings: python: require python 3.9.0 Phil Howard
2023-10-12 19:07   ` Bartosz Golaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231011121246.9467-3-phil@gadgetoid.com \
    --to=phil@gadgetoid.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=brgl@bgdev.pl \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=warthog618@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).