Move sources in `src` directory
…as recommended by Python packaging.
-
Move silkaj
andg1_monetary_license
directories insrc
directory -
Add this commit in a .git-blame-ignore-revs
?
Issue
Can’t find a working way for both the wheel and dev usage to have it working.
- with
silkaj
andg1_monetary_license
insrc
directory,pyproject.toml
has to be adapted to includesrc/g1_monetary_license
, but then when installing the wheel, its installed intosrc
and therefore not importable. - with only
silkaj
insrc
andg1_monetary_license
at the root of the repository, the wheel is working, but dev env does no longer manage to importg1_monetary_license
.
Edited by Moul