Metadata-Version: 1.1
Name: kukren
Version: 0.0.1
Summary: simple package calculating for numbers
Home-page: UNKNOWN
Author: piyush patel
Author-email: piyush.patel@colorado.edu
License: UNKNOWN
Description-Content-Type: text/markdown
Description: #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/*  
        
        Test it from the test site:
        python3 -m pip install --index-url https://test.pypi.org/simple/ numdatapiyumiyu
        
        
        python -m twine upload dist/*
        pip install numdatapiyumiyu
Keywords: random animal names
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
