Open scriptnull opened 7 years ago
@scriptnull : Found this article http://peterdowns.com/posts/first-time-with-pypi.html .
My understanding is that there must a setup.py
in the root directory and also the package name in pypi
should be same as the folder located parallel tosetup.py
. Since there are multiple folders available, we should figure out a way to find out which is the package folder.
One way is to read all the folders and check if each folder has .py files. Comment on the same.
Figure out common badges for python projects