bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

Exclude Cython sources from the package #575

Closed davide125 closed 5 months ago

davide125 commented 5 months ago

Cython sources don't need to be included in the final package (the compiled extension is enough), so exclude them when calling find_packages.