Skip to content

Commit

Permalink
Merge pull request #140 from cgat-developers/AC-set
Browse files Browse the repository at this point in the history
updated setup
  • Loading branch information
Acribbs authored Nov 29, 2024
2 parents 0bdd0b9 + f37e604 commit 39eaee4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include-package-data = true
cgat = "cgat.cgat:main"

[tool.setuptools.package-data]
cgat = ["*.txt", "*.yaml", "*.yml"]
cgat = ["*.txt", "*.yaml", "*.yml", "*.h"]

[project.urls]
Source = "https://github.com/cgat-developers/cgat-apps/"
Expand Down
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,17 @@
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,
install_requires=[
"Cython>=0.29.35",
"numpy",
"pysam",
],
entry_points={
'console_scripts': [
'cgat = cgat.cgat.main',
Expand Down

0 comments on commit 39eaee4

Please sign in to comment.