[tor-commits] [stem/master] Migrate from distutils to setuptools
atagar at torproject.org
atagar at torproject.org
Thu Apr 2 00:11:48 UTC 2020
commit 2c043f43446675c9d6dc74faef69c9cfd4bf4524
Merge: d4998ded cfdc193d
Author: Damian Johnson <atagar at torproject.org>
Date: Mon Mar 30 20:09:36 2020 -0700
Migrate from distutils to setuptools
Setuptools doesn't provide anything we need so I stuck with distutils, but
that's discouraged nowadays. Thanks to Miguel finally making the move.
https://github.com/torproject/stem/issues/43
docs/change_log.rst | 4 ++++
setup.py | 15 +++++++--------
test/integ/installation.py | 19 ++++++++++++-------
test/unit/installation.py | 25 -------------------------
4 files changed, 23 insertions(+), 40 deletions(-)
More information about the tor-commits
mailing list