Metadata-Version: 2.1
Name: numdatapiyumiyu
Version: 0.0.1
Summary: simple package calculating for numbers
Home-page: UNKNOWN
Author: piyush patel
Author-email: piyush.patel@colorado.edu
License: UNKNOWN
Keywords: ckage numbers calculations
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

#Test
##Test

sudo python setup.py install
python3 -m pip install --user --upgrade setuptools wheel
sudo python3 setup.py sdist bdist_wheel

Install to to upload to pypi:
python3 -m pip install --user -upgrade twine
twine upload --repository-url https://test.pypi.org/legacy dist/*  
or
python3 -m twine upload --repository-url https://test.pypi.org/legacy dist/*  



