Ğ1 monetary license files not included into the Python package
### Problem Since the project started to distribute Python packages with Pipenv from v0.6.0 with the [`setup.py`](https://git.duniter.org/clients/python/silkaj/-/blob/v0.6.0/setup.py) and then with Poetry, it seems the `licence-G1` folder was never included into the Python package. That's a shame, I am surprised no one ever reported this issue before. I never experienced it most likely because it might come from the fact that an import from an other Silkaj source would provide the licenses files. ### Solution - [x] Into the `pyproject.toml` include `g1_monetary_license` folder using the [`include` attribute](https://python-poetry.org/docs/pyproject/#include-and-exclude)
issue