Skip to content

Commit

Permalink
Fix missing package_data directives for simulator web (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
corollaries authored May 23, 2023
1 parent 34b32c6 commit d347bc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
setup(
install_requires=install_req,
extras_require=dependencies,
package_data={"pymodbus": ["py.typed"]},
package_data={
"pymodbus": ["py.typed", "server/simulator/setup.json", "server/simulator/web/**/*"],
},
)

0 comments on commit d347bc8

Please sign in to comment.