Metadata-Version: 2.1
Name: noteyXMLParser
Version: 0.2.4
Summary: Music XML Parser
Home-page: https://github.com/mmahjoub5/NoteyXMLParser
Author: Amin Mahjoub
Author-email: mahjoub@usc.edu
License: UNKNOWN
Description: my parser
        
        https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-pypi-packaging/
        
        create Package:
        sudo rm -rf dist/
        python setup.py check
        python setup.py sdist
        python setup.py bdist_wheel --universal
        
        upload:
        twine upload dist/\*
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
