Improvement Request
Move source code under the src prefix. I.e., instead of the source code being stored in datajoint , the source code would be stored in src/datajoint.
This is consistent with current best practices for python packaging because it ensures that tests do not accidentally pull in resources other than the built version of the software being tested.
Improvement Request
Move source code under the
srcprefix. I.e., instead of the source code being stored indatajoint, the source code would be stored insrc/datajoint.This is consistent with current best practices for python packaging because it ensures that tests do not accidentally pull in resources other than the built version of the software being tested.