1 Apr
2020
1 Apr
'20
6:11 p.m.
commit 2c043f43446675c9d6dc74faef69c9cfd4bf4524 Merge: d4998ded cfdc193d Author: Damian Johnson <atagar@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(-)