From 43233e9366169cdf655f35007c35daec7ba9f69d Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 26 Mar 2024 08:18:48 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e70df3f..ec3c7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = ["Thomas Schmelzer"] readme = "README.md" repository = "https://github.com/cvxgrp/cvxcli" packages = [{include = "cvx"}] -homepage = "https://www.cvxgrp.org/cvxcli" [tool.poetry.dependencies] python = ">=3.9"