Skip to content

Use implicit namespace

David Douard requested to merge douardda/swh-scrubber:implicit-namespace into master

Use an implicit namespace package declaration (see PEP 420 and https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages)

This helps with installing swh packages in editable mode, e.g. when overriding swh packages in docker (see "Install a swh package from sources in a container" section in the docker/README file).

Merge request reports