mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-12 12:45:55 +00:00
The previous setuptools.backends._legacy:_Backend has been removed in Python 3.14 and newer setuptools, causing 'Cannot import setuptools.backends.legacy' error. Using hatchling (same as main project) ensures compatibility across Python versions. Closes #3188