Metadata-Version: 2.1
Name: my_city_greeting
Version: 1.1.2
Summary: test description.
Home-page: https://github.com/ement06/my-package
Author: Dovhanenko Mykhailo
Author-email: mdovha@softserveinc.com
License: MIT
Project-URL: Bug Reports, https://github.com/ement06/my-package/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/ement06/my-package
Description: # Greeting
        
        Greeting its test package for presentation to knowelge sharing.
        
        ##Usage 
        ```python
        from greeting.city import greeting_diff_city
        
        print(greeting_diff_city("Lviv"))
        ```
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
        
Keywords: sample test setuptools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
Requires-Python: >=3, !=2.7, <4
Description-Content-Type: text/markdown
