Metadata-Version: 2.1
Name: lunar_convert
Version: 0.0.4
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: Example Author
Author-email: author@example.com
License: UNKNOWN
Description: # Example Package
        
        This is a simple example package, for more detail please follow this guide: https://packaging.python.org/tutorials/packaging-projects/
        
        ## Installing virtualenv
        ```
        python3 -m pip install --user virtualenv
        python3 -m virtualenv env
        source env/bin/activate
        ```
        ## Upload package to pypi
        ```
        pip install twine
        python3 setup.py sdist bdist_wheel
        twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
