Currently in `swh-web` source code, the `assets` and `static` folder are located in the `swh/web/` Python source tree.
These could be moved in the root folder of `swh-web` as those directories does not contain any Python code
but rather image files, js and css source files but also webpack generated bundles.
This will imply adjusting Django configuration and `MANIFEST.in` content to locate static assets.
Also, the packaging of those files will need to be updated (likely by using this [[ https://docs.python.org/3/distutils/setupscript.html#installing-additional-files | setuptools feature ]])