From c2163b9a43e9a4fac35f6fc306095e6611c277dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Karlo=20Do=C5=A1ilovi=C4=87?= Date: Wed, 27 Nov 2024 17:19:45 +0100 Subject: [PATCH] Update pyproject toml to use licence from classifiers. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 136ad18..5c45738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "The official Python library for Judge0." readme = "README.md" requires-python = ">=3.9" authors = [{ name = "Judge0", email = "support@judge0.com" }] -license = { file = "LICENSE" } classifiers = [ "Intended Audience :: Developers",