Commit 5e075713 authored by Stefan Behnel's avatar Stefan Behnel

exclude setup.py from compiled modules

parent 67c64fe1
......@@ -8,5 +8,6 @@ directives = {
setup(
name = 'benchmarks',
ext_modules = cythonize("*.py", language_level=3, annotate=True,
compiler_directives=directives),
compiler_directives=directives,
exclude="setup.py"),
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment