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

Commit

Permalink
src/setup.py: No need to use custom sage_install
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 16, 2022
1 parent 40b44a1 commit 1c1dbc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

from sage.misc.package import is_package_installed_and_updated
from sage_setup.command.sage_build_ext_minimal import sage_build_ext_minimal
from sage_setup.command.sage_install import sage_install
from sage_setup.find import filter_cython_sources
from sage_setup.cython_options import compiler_directives, compile_time_env_variables
from sage_setup.extensions import create_extension
Expand Down Expand Up @@ -126,7 +125,6 @@
packages=python_packages,
cmdclass={
"build_ext": sage_build_ext_minimal,
"install": sage_install,
},
ext_modules=extensions
)

0 comments on commit 1c1dbc5

Please sign in to comment.