swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 7131dcb9cfd13ad3b0b58bfd8002e8c830ed47e6 authored by Valentin Lorentz on 07 July 2020, 11:07:33 UTC
Make metadata-related endpoints consistent with other endpoints by using Iterables of swh-model objects instead of a dict.
Tip revision: 7131dcb
MANIFEST.in
include pytest.ini
include tox.ini
include Makefile
include Makefile.local
include README.md
recursive-include . requirements*.txt
include version.txt
recursive-include sql *
recursive-include swh/storage/sql *
recursive-include swh py.typed
back to top