This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Makefile, make setup.py retrieve the .pb files from release #36
Doesn't make sense to have a
Makefilewhen we have asetup.pyfile, also, we could remove the .pb files that were added to avoid a dependency onprotocfrom thepippackage.Makefileto thesetup.py.--releaseswitch should be added tosetup.pyto generate the.pbfiles.protocand call--releasebefore thepip install.pip installshould check if the pb files are generated and if not, retrieve the right release zip from github an extract the files from there before install.