What's Changed
- Switched to hatchling as the default build backend which replaces setuptools.
- Fixed some linter warning/error using pylint + flake8 linters.
- Changed
info.py
toabout.py
+ code improvements. - Removed
setup.py
file because it was obsolete. - Removed
MANIFEST.in
file because it was obsolete. - Minimum Python version fixed at v3.8 .