Metadata-Version: 2.1
Name: music_validator_micro
Version: 0.1.1
Summary: A media file tag checker tool, intended to work alone or fit into a larger toolchain
Author: Samuel Shiels
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11.5
Description-Content-Type: text/markdown

# MusicValidator

# Build

```python
python -m build
python -m twine upload dist/*
```