From b96696f4477aa4f0cf660f343de7dc5fa26dd5bc Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 26 Mar 2024 08:16:37 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47893c21..3e8ca6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = ["Thomas Schmelzer", "Philipp Schiele"] readme = "README.md" repository = "https://github.com/cvxgrp/cvxcla" packages = [{include = "cvx"}] -homepage = "https://www.cvxgrp.org/cvxcla" [tool.poetry.dependencies] python = ">=3.9,<3.12"