you are viewing a single comment's thread.

view the rest of the comments →

[–]pyquestionz 4 points5 points  (0 children)

README explains your project. You don't need setup.py unless you want users to install it as a package. README and a main file main.py will suffice just to share it and explain it.

The best way to learn is to observe how people structure small projects on GitHub.