Skip to content

Commit d1c142d

Browse files
committed
🔧 Include json files
1 parent 0d86549 commit d1c142d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
author_email=AUTHOR_EMAIL,
5656
url=URL,
5757
packages=find_packages("src"),
58+
package_data={"electionguard": ["*.json"]},
5859
package_dir={"": "src"},
5960
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
6061
include_package_data=True,

0 commit comments

Comments
 (0)