Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Added line ensuring snakemake rule (.smk) files are included in python build
  • Loading branch information
SorenHeidelbach authored May 13, 2024
1 parent 5547525 commit 7bf54bb
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 @@ -11,7 +11,7 @@
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
include_package_data=True,
package_data={'nanomotif': ['datasets/*']},
package_data={'nanomotif': ['datasets/*'], 'snakemake':['.smk']},
zip_safe=False,
install_requires=[
"wheel",
Expand Down

0 comments on commit 7bf54bb

Please sign in to comment.