Skip to content

Commit ab59437

Browse files
Add python code to nuspec as content files (#148)
2 parents 618dfb0 + cfa194f commit ab59437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/BHoMBot/Nuget/BHoM.Interop.Python.nuspec

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
</dependencies>
2222
</metadata>
2323
<files>
24+
<file src="C:\ProgramData\BHoM\Extensions\PythonCode\Python_Toolkit\src\python_toolkit\bhom\wrapped\**\*.*" exclude="**\__pycache__\*;**\docs\**\*" target="contentFiles\any\any\PythonCode\Python_Toolkit\src\python_toolkit\bhom\wrapped"/>
25+
<file src="C:\ProgramData\BHoM\Extensions\PythonCode\Python_Toolkit\src\**\*.*" exclude="**\__pycache__\*;**\docs\**\*" target="contentFiles\any\any\PythonEnvironment\Lib\site-packages" />
2426
<file src="licence/licence.txt" target="" />
2527
<file src="images/icon.png" target="" />
2628
<file src="docs/readme.md" target="" />

0 commit comments

Comments
 (0)