From e7a8703e575afe58393369f59516ba0229837d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Thu, 12 Sep 2024 16:02:55 +0100 Subject: [PATCH] Fix license file location --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64d370e..a65a0a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "bibtexparser" ] authors = [{ name = "Stephan Hügel", email = "urschrei@gmail.com" }] -license = {file = "license.txt"} +license = {file = "LICENSE.md"} keywords = ["Zotero", "DH"] classifiers = [ "Programming Language :: Python",