Skip to content

Commit d84cc3d

Browse files
committed
Include operate.models.weights as part of setup
1 parent 23dfbd6 commit d84cc3d

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
"operate=operate.main:main_entry",
1919
],
2020
},
21+
package_data={
22+
# Include the file in the operate.models.weights package
23+
"operate.models.weights": ["best.pt"],
24+
},
2125
long_description=long_description, # Add project description here
2226
long_description_content_type="text/markdown", # Specify Markdown format
2327
# include any other necessary setup options here

0 commit comments

Comments
 (0)