From 8741dfc8c0af2801f828d2f1bd8c5b9e5e892edd Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Thu, 18 Jul 2024 15:38:05 -0400 Subject: [PATCH] update license file path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c7f8222..de793197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ readme = "README.md" # Optional # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires requires-python = ">=3.7" -license = {file = "LICENSE.txt"} +license = {file = "LICENSE"} # This field adds keywords for your project which will appear on the # project page. What does your project relate to?