Metadata-Version: 2.1
Name: highscore
Version: 0.0.1
Summary: A package for working with music scores.
Author-email: Moritz Schaller <kontakt@moritz-schaller.de>
Project-URL: Homepage, https://github.com/MoritzSchaller/highscore
Project-URL: Bug Tracker, https://github.com/MoritzSchaller/highscore/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# highscore

## Build

    python -m build . --wheel

## Upload to PyPi

    twine upload dist/* -u __token__
