v1.0.1
denizsafak/abogenv1.0.1Apr 27, 2025by denizsafak
AI Summary
Improves installation reliability and introduces CLI support for better troubleshooting.
Key Highlights
- Added abogen-cli command for better troubleshooting.
- Switched from setuptools to hatchling for packaging.
- Added classifiers to package metadata.
- Fixed 'No module named docopt' and 'setuptools.build_meta' import errors.
New Features
- CLI command
- Hatchling packaging
- Package metadata classifiers
Full Release Notes
- 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.