Metadata-Version: 2.1
Name: tgshg
Version: 1.0.1
Summary: A test small example package
Home-page: https://github.com/tgshg/pypi/tgshg
Author: tgshg
Author-email: tgshgworld@gmail.com
License: UNKNOWN
Description: # Example Package
        
        This is a simple example package. You can use
        [Github-flavored Markdown](https://github.com/tgshg/salmo)
        to write your content.
        
        https://packaging.python.org/tutorials/packaging-projects/
        python -m twine upload dist/*
        
        https://www.cnblogs.com/KeenLeung/p/5858452.html
        python setup.py sdist upload
        
        
        $ twine register dist/project_name-x.y.z.tar.gz
        $ twine register dist/mypkg-0.1-py2.py3-none-any.whl
        $ twine upload dist/*
        
        
        
        http://blog.konghy.cn/2018/04/29/setup-dot-py/
        
        https://pypi.org/classifiers/
        
        Development Status :: 1 - Planning  Copy classifier
        Development Status :: 2 - Pre-Alpha  Copy classifier
        Development Status :: 3 - Alpha  Copy classifier
        Development Status :: 4 - Beta  Copy classifier
        Development Status :: 5 - Production/Stable  Copy classifier
        Development Status :: 6 - Mature  Copy classifier
        Development Status :: 7 - Inactive  
        
        发展现状:: 1 - 规划  复制分类器
        发展现状:: 2 - 前阿尔法  复制分类器
        发展现状:: 3 - Alpha  复制分类器
        发展现状:: 4 - Beta  复制分类器
        发展现状:: 5 - 生产/稳定  复制分类器
        发展现状:: 6 - 成熟  复制分类器
        发展现状:: 7 - 无效  
        
        Environment :: Plugins  
        
        License :: Free for non-commercial use  
        
        操作系统::操作系统独立  
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
