Metadata-Version: 2.1
Name: hello
Version: 0.1.0
Summary: simple example of packagin code
Home-page: http://localhost:3000/stb/python-hello.git
Author: StB
Author-email: gollin2010@gmail.com
License: MIT
Description: 
        # README for hello
        lorem ipsum
        
        ## Usage
        > $ say-hello
        
        ## Build
        > python setup.py build
        
        ## Install
        > sudo python setup.py install
        
        ## Tests
        > python setup.py test
        
        ## Have fun
        lorep ipsum
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
