Skip to content

Commit

Permalink
Missing *.xsd in wheel!
Browse files Browse the repository at this point in the history
  • Loading branch information
nl78 committed Sep 29, 2024
1 parent e8c5ccd commit f7a152c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
setup(
name="fmutool",
version=version,
packages=["fmutool",
],
packages=["fmutool"],
package_data={"fmutool": ["resources/win32/client_sm.dll",
"resources/win32/server_sm.exe",
"resources/win64/client_sm.dll",
Expand All @@ -35,7 +34,9 @@
"resources/linux32/client_sm.so",
"resources/linux32/server_sm",
"resources/license.txt",
"resources/*.png"],
"resources/*.png",
"resources/fmi-2.0/*.xsd",
],
},
entry_points={"console_scripts": ["fmutool = fmutool.cli:fmutool",
"fmucontainer = fmutool.cli:fmucontainer"]},
Expand Down

0 comments on commit f7a152c

Please sign in to comment.