From 533e81361170e74765a845e0a02b1fcf42a85c68 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 9 Jun 2025 18:19:59 +0300 Subject: [PATCH] Remove license from pyproject --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab44428..b8e3a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,12 +11,6 @@ version = "0.0.7" description = "Update Dynamic Host IPv6 in OVH" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }] -license = { file = "LICENSE" } -classifiers = [ - "License :: OSI Approved :: GPLv3 License", - "Programming Language :: Python", - "Programming Language :: Python :: 3", -] #keywords = ["vCard", "contacts", "duplicates"] dependencies = [ "click",