elsa
elsa copied to clipboard
Better default for build directory
Currently, elsa builds in the app directory.
I use the app from a library, and in pipenv, putting the build in $(pipenv --venv)/lib/python3.6/site-packages/<my_library>/_build/.
Would the current directory be a better default?
Yes