GhaziDev / Flash-Text-Editor

MIT License
5 stars 1 forks source link

setup.py should be renamed to run.py #6

Closed Akuli closed 3 years ago

Akuli commented 3 years ago

In the Python community, the filename setup.py has a very special meaning, which is not what this project's setup.py does.

GhaziDev commented 3 years ago

i would like an explanation about the difference between "setup" and "run" in this case

Akuli commented 3 years ago

setup.py is the name of file for installing your program: https://stackoverflow.com/q/1471994

If you have a file that does something else, it should not be called setup.py.

GhaziDev commented 3 years ago

Thank you, fixed.