Skip to content

Commit

Permalink
add flag to force data files to be in package
Browse files Browse the repository at this point in the history
  • Loading branch information
JunAishima committed Feb 7, 2024
1 parent f7ae981 commit b199683
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(),
include_package_data=True,
classifiers=[
"License :: OSI Approved :: BSD License",
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit b199683

Please sign in to comment.