Skip to content

Commit

Permalink
src/setup.py: Restrict cythonize to sage/**
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 12, 2021
1 parent 17acb7b commit ff2a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
from Cython.Build import cythonize
from sage.env import cython_aliases, sage_include_directories
extensions = cythonize(
["**/*.pyx"],
["sage/**/*.pyx"],
exclude=files_to_exclude,
include_path=sage_include_directories(use_sources=True) + ['.'],
compile_time_env=compile_time_env_variables(),
Expand Down

0 comments on commit ff2a352

Please sign in to comment.