Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
sage_setup.clean: Do not clean the sage_setup installation in site-pa…
Browse files Browse the repository at this point in the history
…ckages
  • Loading branch information
mkoeppe committed Sep 3, 2021
1 parent 456d8a9 commit f84730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _find_stale_files(site_packages, python_packages, python_modules, ext_module
CEXTMOD_EXTS = get_extensions('extension')
INIT_FILES = tuple('__init__' + x for x in PYMOD_EXTS)

module_files = installed_files_by_module(site_packages, ['sage', 'sage_setup'])
module_files = installed_files_by_module(site_packages, ['sage'])

for mod in python_packages:
try:
Expand Down

0 comments on commit f84730e

Please sign in to comment.