From f651502b658fd141bdb1edfd42827dfcdf5e2bbf Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 6 May 2021 23:16:55 +0200
Subject: [PATCH] [enh] #160: Include examples into the Python package

https://python-poetry.org/docs/pyproject/#include-and-exclude
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 5d8f8370..110465f2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,6 +11,7 @@ homepage =  ""
 repository = "https://git.duniter.org/clients/python/duniterpy"
 documentation = "https://clients.duniter.io/python/duniterpy/index.html"
 keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "library"]
+include = ["examples/*.py"]
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Natural Language :: English",
-- 
GitLab