I was looking for standard python directory structure convention and found many with python projects with sources organized under src/ and from what I see its still under debate per the following link
http://stackoverflow.com/questions/193161/what-is-the-best-project-structure-for-a-python-application But also found the following which apparently comes from the python list and suggest src/ as a don't http://as.ynchrono.us/2007/12/filesystem-structure-of-python-project_21.html So I will eliminate the src/ directory Srvi On Saturday, October 12, 2013 5:10:12 PM UTC-7, Lex Berezhny wrote: > > I still don't understand what the deal is with the "src" directory. That's > really non-standard and makes no sense to me. > > Take a look at many of the major Python projects: Django, Twisted, Flask, > wxPython, pyGTK... all of them follow the same project structure and none > of them have "src" directories. > > It's almost always like this: > > project/ > project/ > *modules* > tests/ > setup.py > > > > - lex > -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
