piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Use setuptools instead of distutils which is deprecated in Python 3.10 #143

Closed tirkarthi closed 3 years ago

tirkarthi commented 3 years ago

Fixes #142

mpenkov commented 3 years ago

Thank you @tirkarthi, merged!

piskvorky commented 3 years ago

@mpenkov I wasn't aware disutils is going away… we should do the same in all projects.

@tirkarthi are you able to open the same PR fix in https://github.com/RaRe-Technologies/gensim and https://github.com/RaRe-Technologies/bounter and https://github.com/RaRe-Technologies/smart_open? Many thanks!

mpenkov commented 2 years ago

smart_open and bounter already use setuptools. Only gensim is left.