Metadata-Version: 2.1
Name: example-pkg-your-cohey0727
Version: 0.0.4
Summary: A small example package
Home-page: https://github.com/Cohey0727/pypi_packaging_tutorial
Author: Kohei Okamoto
Author-email: ohayousagi.ac.kook0727@gmail.com
License: UNKNOWN
Description: # pypi_packaging_tutorial
        # For Developers
        ## How to get started
        ```shell script
        $ pipenv shell
        ```
        
        ## How to release
        ```shell script
        $ pipenv run clean
        $ pipenv run package
        $ pipenv run publish
        ```
        
        # For Users
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
