Metadata-Version: 2.1
Name: hello
Version: 0.1.0
Summary: Nice and a polite tool
Home-page: https://github.com/packit-service/hello
Author: Red Hat
Author-email: user-cont-team@redhat.com
License: MIT
Description: # hello-world
        
        The simplest python CLI tool used to demonstrate packit service functionality. It will make your day.
        
        ```
        $ hello world!
        Hello world!
        ```
        
        
        ## How to?
        
        Just open a pull request on this repository and packit service will build your changes and provide an RPM repository using your pull request as a source.
        
        Follow the steps provided by the packit service and then install this tool like this:
        ```bash
        $ dnf install hello
        ```
        
Keywords: hello
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
