Skip to content

Commit

Permalink
Fix: add all the schema yaml files to the package (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
joni-herttuainen committed Dec 1, 2022
1 parent bc950ad commit 2118452
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 @@ -63,7 +63,7 @@ def __init__(self, *args, **kwargs):
},
packages=find_packages(),
package_data={
"bluepysnap": ["schemas/*.yaml"],
"bluepysnap": ["schemas/*.yaml", "schemas/*/*.yaml"],
},
use_scm_version=True,
setup_requires=[
Expand Down

0 comments on commit 2118452

Please sign in to comment.