fix: correct Python MANIFEST.in typo

This commit is contained in:
Alice39s 2026-06-30 19:22:01 +09:00
parent f4d81dd3dd
commit 324bfdf35d
No known key found for this signature in database
GPG Key ID: 0E0AA11C3939DDDD
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
include LICENSE include LICENSE
include ReadMe.md include README.md
include search_test.py include search_test.py
include bench_test.py include bench_test.py
recursive-include tests recursive-include tests