You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will do a pull request with the new configuration files for creating a https://pypi.org/ project. You need a pypi account in order of upload projects.
I filled all fields with your data except for version number. You must choose version every time you upload a project version.
In summary:
build and twine packages are needed to upload packages: pip install build twine
Then every time you want to upload a new version of google-weather-scraper you must do in project root: python3 -m build twine upload dist/*
and input your pypi user and password.
After that anyone can do pip install google-weather-scraper and install your project.
Hello! I love how well this project works.
It would be quite useful if it existed as a pip-installable package, so people could easily install and upgrade versions.
I know the process to distribute packages, if you want I can help.
The text was updated successfully, but these errors were encountered: