Ğ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
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
-
Into the pyproject.toml
includeg1_monetary_license
folder using theinclude
attribute
Edited by Moul