Metadata-Version: 2.1
Name: reliveyy-hello
Version: 1.0
Summary: My first pip package just print hello
Home-page: UNKNOWN
Author: Yang Yang
Author-email: reliveyy@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Hello
=====

This is my first hello pip package. It just print "Hello!".

https://packaging.python.org/tutorials/packaging-projects/

python3 setup.py sdist bdist_wheel

