https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 37cdd8491100909380072a727bb97de97554204f authored by Antoine R. Dumont (@ardumont) on 06 August 2020, 16:43:30 UTC
setup.py: Really use the correct keyword
Tip revision: 37cdd84
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