Skip to content

Commit

Permalink
Exclude Cython sources from the package
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Cavalca <[email protected]>
  • Loading branch information
davide125 committed Apr 4, 2024
1 parent f0a145e commit 663251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def build_js_files(self):
],
license="Apache 2.0",
package_dir={"": "src"},
packages=find_packages(where="src"),
packages=find_packages(where="src", exclude="memray/_memray/"),
ext_modules=cythonize(
[MEMRAY_EXTENSION, MEMRAY_TEST_EXTENSION, MEMRAY_INJECT_EXTENSION],
include_path=["src/memray"],
Expand Down

0 comments on commit 663251a

Please sign in to comment.