https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: d4540ed9f3c4ea0edeaa0acc213cf11bf9e90473 authored by Valentin Lorentz on 30 October 2019, 13:35:09 UTC
Make visit['origin'] a string everywhere (instead of a dict).
Tip revision: d4540ed
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