nlpie/mtap

Distutils is deprecated, removed in Python 3.11

benknoll-umn opened this issue · 1 comments

MTAP utilizes distutils to override the clean command in order to remove generated protobuf code. This needs to be reworked to depend on setuptools at most.

Resolved by #230