I think it is convention that src should contain the real sources of a library package only. Additional files like documentation (see #81) and contributed scripts, demo files etc. should live outside the src directory.
When moving those file it would make sense to clean them up a little and make them use proper autoloading.
I think it is convention that
src
should contain the real sources of a library package only. Additional files like documentation (see #81) and contributed scripts, demo files etc. should live outside thesrc
directory.When moving those file it would make sense to clean them up a little and make them use proper autoloading.