Skip to content

Commit b98362d

Browse files
committed
Builds: properly declare "include"
1 parent 33aebbc commit b98362d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
setup(
8585
version=package_version,
86-
packages=['dss_python_backend', 'dss_python_backend/include'],
86+
packages=['dss_python_backend', 'dss_python_backend.include'],
8787
setup_requires=["cffi>=2.0.0"],
8888
cffi_modules= [
8989
"dss_build.py:ffi_builder_dss",

0 commit comments

Comments
 (0)