Zeplyn makes package publishing quick and easy in one command (zeplyn publish
) so you can reiterate faster
pip install zeplyn
In order to use zeplyn publish
, your folder will have to look like that :
βββ Package Name
βββ src (folder where there is the source code of your package)
βββ main.py (file with the source code)
βββ setup.py
βββ README.md
Then you need to go to your Package Name directory with you command prompt cd Package Name
and type zeplyn publish
: it will ask you for your PyPi infos and then it'll upload it! π€