https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: e6fcfb931a7cf333a9fc3629573cb5d0bab08a88 authored by Antoine R. Dumont (@ardumont) on 31 August 2020, 13:38:12 UTC
storage*: release_get(...) -> List[Optional[Release]]
Tip revision: e6fcfb9
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top