From f35093984d7a645221d1ef2b46ec39eddd51042e Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 16 Feb 2021 01:12:54 +0100
Subject: [PATCH] Include license and example in source tarball

---
 LICENCE => LICENSE | 0
 pyproject.toml     | 1 +
 2 files changed, 1 insertion(+)
 rename LICENCE => LICENSE (100%)

diff --git a/LICENCE b/LICENSE
similarity index 100%
rename from LICENCE
rename to LICENSE
diff --git a/pyproject.toml b/pyproject.toml
index cf468c6..a89748f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ classifiers = [
 packages = [
     { include = "dj_iconify" },
 ]
+include = ["LICENSE", "examples/"]
 
 [tool.poetry.dependencies]
 python = "^3.7"
-- 
GitLab