not having a setup.py file in the root of the repo will cause problems for integration with services such as RTD (readthedocs) which will want to install the repo's dependencies that way. I'm thinking we can fake one that actually calls the same thing as make install using os.system if need be. will cross that bridge when it comes to it.
no more warnings when building documentation.
not having a
setup.py
file in the root of the repo will cause problems for integration with services such as RTD (readthedocs) which will want to install the repo's dependencies that way. I'm thinking we can fake one that actually calls the same thing asmake install
usingos.system
if need be. will cross that bridge when it comes to it.