ml-starter-packs / ml-monorepo

Educational example monorepo demonstrating services managed with pants.
https://ml-starter-packs.github.io/ml-monorepo/
MIT License
0 stars 0 forks source link

include multiple packages #8

Closed sarodz closed 2 years ago

mathematicalmichael commented 2 years ago

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 as make install using os.system if need be. will cross that bridge when it comes to it.