Metadata-Version: 2.1
Name: zts-helloPypi
Version: 0.0.3
Summary: a test for packaging
Home-page: https://github.com/
Author: zts2125
Author-email: 786566148@qq.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/
Project-URL: Funding, https://donate.pypi.org
Project-URL: Source, https://github.com/
Description: # Readme
        
        This is a test package with a below structure:
        
        ```text
        ├── README.md 
        ├── helloPypi
        │ ├── __init__.py 
        │ ├── hello.py 
        ├── setup.py
        ```
        
        
Keywords: sample,test
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
