From c12afc7a5f6e614259ba706ff28bc20b4db20233 Mon Sep 17 00:00:00 2001 From: Matt Haberland Date: Fri, 27 Dec 2024 20:15:14 -0800 Subject: [PATCH] DOC: attempt to fix doc CI job again --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d3010d..b1d0196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,6 @@ requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" -[tool.flit.metadata] -module = "MArray" -author = "Matt Haberland" -author-email = "mhaberla@calpoly.edu" - [tool.flit.dependencies] jupyter-book = "^0.12" # Required for building the Jupyter Book ghp-import = "^2.0" # Required for deployment