Metadata-Version: 2.4
Name: greetme_paramveer
Version: 0.1.1
Summary: A simple greeting package
Author: Paramveer Singh
Author-email: paramveer.yaduvanshi@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-python
Dynamic: summary

A simple greeting package

To login: UserID: paramaveer.yaduvanshi
Go to: https://pypi.org/account/login/

To gerenate token
Go to: https://pypi.org/manage/account/#api-tokens

Commads to be run:
----------To prepare env
pip install --upgrade build twine
----------To generate files /dist/*
python -m build
----------To upload /dist/*
python -m twine upload dist/*
