Metadata-Version: 2.4
Name: assetforge-logesh
Version: 0.1.0
Summary: A command-line tool for automated asset optimization and format conversion.
Author-email: Logesh Kanagaraj <logeshkanagarajofficial@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.0
Requires-Dist: Pillow>=10.0.0
Dynamic: license-file

# AssetForge

A command-line interface tool for automated asset optimization and format conversion.

## Installation
```bash
pip install assetforge


#### Step 2: Delete Old Build Data & Recompile
To ensure the packaging engine embeds your new markdown text file cleanly, delete the temporary metadata folders and run a fresh build:

```powershell
# Remove old build cache files
Remove-Item -Recurse -Force .\build\, .\src\assetforge.egg-info\

# Rebuild the final clean Wheel file
python -m build --wheel
