Skip to content

Commit 06bd010

Browse files
Fix for PR #369 refractive index (#474)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d1bac09 commit 06bd010

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
name="lasy",
1919
version=lasy.__version__,
2020
packages=find_packages("."),
21+
include_package_data=True,
22+
package_data={
23+
"lasy": ["**/*.json"],
24+
},
2125
description="LAser pulse manipulation made eaSY",
2226
long_description=long_description,
2327
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)