Skip to content

Commit

Permalink
included package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Nov 29, 2024
1 parent 534458c commit 3282991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
packages=cgat_packages,
package_dir=cgat_package_dirs,
include_package_data=True,
package_data={
"cgat.Components": ["*.h"],
},
ext_modules=extensions,
cmdclass={'build_ext': build_ext},
zip_safe=False,
Expand Down

0 comments on commit 3282991

Please sign in to comment.