1.0.0 Release

This commit is contained in:
Jerico Thomas
2025-07-25 15:31:22 -04:00
parent 6c5f8c399e
commit 805524b78c
19 changed files with 1323 additions and 95 deletions

10
MANIFEST.in Normal file
View File

@@ -0,0 +1,10 @@
include README.md
include LICENSE
recursive-include assets *.icns *.png
recursive-include src *.py
recursive-exclude tests *
recursive-exclude logs *
recursive-exclude dist *
recursive-exclude build *
recursive-exclude __pycache__ *
recursive-exclude *.egg-info *