https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 54490c989f0382641d581fa719d7117858f9e0d7 authored by Valentin Lorentz on 09 April 2019, 16:30:50 UTC
Limit Content.length to what the pgsql storage supports.
Tip revision: 54490c9
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