-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Description
Currently the sage library uses distutils. Switching to setuptools will give us the setup.py develop
command, which bypasses the need to rebuild the sage library when modifying python files.
See also:
#29845 - PEP 517 buildapi for sage_setup
References:
Depends on #29702
Depends on #29803
CC: @kini @jdemeyer @robertwb @kcrisman @mwhansen @jhpalmieri @embray @dimpase @kiwifb
Component: build
Branch/Commit: u/mkoeppe/make_sagelib_use_setuptools_instead_of_distutils @ 93bbbfe
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/13190