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

Commit ff2a352

Browse files
author
Matthias Koeppe
committedOct 12, 2021
src/setup.py: Restrict cythonize to sage/**
1 parent 17acb7b commit ff2a352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
from Cython.Build import cythonize
107107
from sage.env import cython_aliases, sage_include_directories
108108
extensions = cythonize(
109-
["**/*.pyx"],
109+
["sage/**/*.pyx"],
110110
exclude=files_to_exclude,
111111
include_path=sage_include_directories(use_sources=True) + ['.'],
112112
compile_time_env=compile_time_env_variables(),

0 commit comments

Comments
 (0)
This repository has been archived.