Skip to content

Commit

Permalink
Add experimental module
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Apr 2, 2024
1 parent 6b4e58a commit 892b6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def run(self):
"Programming Language :: Python :: 3.12",
],
package_dir={"": "src"},
packages=setuptools.find_packages("src"),
packages=setuptools.find_packages("src", include="src/tiledbsoma/experimental"),
# This next is necessary to avoid cibuildwheel thinking we want a python-only wheel:
ext_modules=[
Pybind11Extension(
Expand Down

0 comments on commit 892b6ea

Please sign in to comment.