From bac82b83a89cf4958dad52c94d9ec8eb1a8b94d1 Mon Sep 17 00:00:00 2001 From: Matthew Hoffman Date: Tue, 4 Jun 2024 16:43:18 -0700 Subject: [PATCH] Remove unknown `[metadata]` table from `pyproject.toml` (#19904) --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ecfc707369..dc77740823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -[metadata] -name = "lightning" -author = "Lightning-AI et al." -url = "https://github.com/Lightning-AI/lightning" - [build-system] requires = [ "setuptools",