diff --git a/srcpkgs/python3-autocommand/patches/license.patch b/srcpkgs/python3-autocommand/patches/license.patch new file mode 100644 index 00000000000000..402ff45770ea35 --- /dev/null +++ b/srcpkgs/python3-autocommand/patches/license.patch @@ -0,0 +1,9 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -22,3 +22,6 @@ + [project.urls] + "Homepage" = "https://github.com/Lucretiel/autocommand" + "Bug Tracker" = "https://github.com/Lucretiel/autocommand/issues" ++ ++[project.license] ++file = "LICENSE"