Page MenuHomeSoftware Heritage

Factorize setup.py files
Closed, MigratedEdits Locked

Description

All setup.py files of SWH are very similar. Their content should be moved to swh.core.

Event Timeline

vlorentz created this task.

Their content should be moved to swh.core.

Not necessarily the right implementation.
The need i see is code factorization, not necessarily a plain move ;)

Counter example:
swh-model is also a leaf module (as is core). It does not depend on swh-core though.

zack claimed this task.
zack added a subscriber: zack.

as per discussion, we'd rather keep them self-contained than gain something out of code deduplication