Added changelog, cli for errors, fixes and improvements in code

This commit is contained in:
Deniz Şafak
2025-04-27 01:21:16 +03:00
parent e9c901d0d5
commit b7c1862651
5 changed files with 25 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
- 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
- Improved code and documentation.