https://github.com/sumitgirwal/helloworldpip
A demo pip hello world package that will print hello world.
https://github.com/sumitgirwal/helloworldpip
Last synced: 10 months ago
JSON representation
A demo pip hello world package that will print hello world.
- Host: GitHub
- URL: https://github.com/sumitgirwal/helloworldpip
- Owner: sumitgirwal
- License: mit
- Created: 2024-03-21T18:46:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T19:31:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T08:46:59.435Z (12 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helloworldpip
A demo pip hello world package that will print hello world.
pip install setuptools
pip install wheel
python setup.py sdist bdist_wheel
pip install twine
twine upload *