Skip to content

Commit

Permalink
Merge pull request #29 from JunAishima/fix-schema-inclusion
Browse files Browse the repository at this point in the history
add package_data to ensure schemas are packaged
  • Loading branch information
JunAishima authored Mar 7, 2024
2 parents 85ad67b + d63a95d commit f1661e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def read(fname):
url="https://github.com/NSLS-II/analysisstore.git",
python_requires=">={}".format(".".join(str(n) for n in min_version)),
packages=find_packages(),
package_data={'analysisstore': ['schemas/*.json']},
include_package_data=True,
classifiers=[
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit f1661e2

Please sign in to comment.