Fixed "'utf-8' codec can't decode byte" error

This commit is contained in:
Deniz Şafak
2025-04-27 11:56:28 +03:00
parent 7135ea6222
commit a6bdc9c086
3 changed files with 26 additions and 11 deletions
+1 -5
View File
@@ -1,5 +1 @@
- Added `abogen-cli` command for better troubleshooting and error handling.
- Switched from setuptools to hatchling for packaging.
- Added classifiers to the package metadata.
- Fixed "No module named 'docopt'" and "setuptools.build_meta" import errors while using .bat installer in Windows, mentioned by @nigelp in https://github.com/denizsafak/abogen/issues/2
- Improvements in code and documentation.
- Fixed "'utf-8' codec can't decode byte" error, mentioned in #3 by @nigelp