-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
A src/ directory is a best practice these days (outlined here: https://hynek.me/articles/testing-packaging/#src ); it ensures you've made your package importable on purpose, and helps make sure you're not just picking up the one in cwd just because you happen to have a shell open in that directory.
I think all flit
would need to do is sys.path.append
here in some cases.
rouge8, callmesangio, anthrotype, pfmoore, pombredanne and 27 more
Metadata
Metadata
Assignees
Labels
No labels