From 369fa836bf570db70665f483c9dd70199c9a976f Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Tue, 7 Jun 2022 15:26:09 +0200 Subject: [PATCH 1/2] add pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000..d984fdce760d5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools >= 40.6.0", "wheel"] +build-backend = "setuptools.build_meta" \ No newline at end of file From 817c8fc67d718e78b2015e2c232fc721ba2c83bd Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Tue, 24 Jan 2023 07:40:49 +0100 Subject: [PATCH 2/2] add empty line at the end of the file + add apache license --- pyproject.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d984fdce760d5..b05591ce1942f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,19 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# [build-system] requires = ["setuptools >= 40.6.0", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"