Metadata-Version: 2.4
Name: HelloPythonBittuKumar
Version: 0.1.0
Summary: A detailed HelloPython package
Author-email: BITTU KUMAR <bittukumar@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/KUMAR7BITTU
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

This is HelloPython .

Install build tools and run:
      pip install build
      python -m build

Upload to PyPI:
      pip install twine
      python -m twine upload dist/*

Install from PyPI:
      pip install your-package-name
