move tephi to src/tephi
part of #164
Do we know why repo review advises the code to be under src? A quick check of the big four scientific python packages show three of them (numpy, pandas, scipy) have their package at the top of the repo like tephi currently does. matplotlib has its C and C++ code under src but its python code under lib.
It's not repo review that's asking for this, so much as following Iris' conventions as far as I know! Repo review wants tests to be in root, but the rest of it is just standardising. If this proves too difficult, I don't mind putting this on the backburner.
@rcomer See https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/ for some pros and cons
Personally I prefer the src-layout, but that's just me 😉
In order to maintain a backlog of relevant PRs, we automatically label them as stale after 168 days of inactivity. If this PR is still important to you, then please comment on this PR and the stale label will be removed. Otherwise this PR will be automatically closed in 28 days time.
This stale PR has been automatically closed due to a lack of community activity.
If you still care about this PR, then please either:
- Re-open this PR, if you have sufficient permissions, or
- Add a comment pinging
@SciTools/tephi-maintainerswho will re-open on your behalf.