diff --git a/setup.py b/setup.py index 6ffef02..3fa4ae7 100644 --- a/setup.py +++ b/setup.py @@ -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",