Open jarcangeli opened 6 years ago
Alternatively, or in addition, it may be nice to put all the .py files for the package we are developing into a single directory one level down from the top-level directory. Python packages typically have all the .py files in a directory that shares the same name as the repo (e.g. eigenspectra/eigenspectra/eigencurves.py
) . This will declutter and allow other things at the top level like a setup.py
file and the docs
directory.
But I agree with @adadams, this is lower priority for now.
Can help with this at some point; I imagine this is a bit lower priority?