Skip to content

Commit

Permalink
Updated nuspec to include python code files (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd authored Jun 3, 2024
2 parents b471b67 + eb9e08c commit 90393ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/BHoMBot/Nuget/BHoM.Interop.LadybugTools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
</dependencies>
<contentFiles>
<files include="any\any\PythonCode\**\*.*" buildAction="Content" copyToOutput="true" flatten="false"/>
<files include="any\any\PythonEnvironment\**\*" buildAction="Content" copyToOutput="true" flatten="false"/>
</contentFiles>
</metadata>
<files>
<file src="licence/licence.txt" target="" />
<file src="images/icon.png" target="" />
<file src="docs/readme.md" target="" />
<!--lib\**\* is a workaround for contentfiles not including dll files-->
<file src="lib\**\*" target="lib" />
<file src="C:\ProgramData\BHoM\Extensions\PythonCode\LadybugTools_Toolkit\src\ladybugtools_toolkit\bhom\wrapped\**\*.*" exclude="**\__pycache__\*;**\docs\**\*" target="contentFiles\any\any\PythonCode\LadybugTools_Toolkit\src\ladybugtools_toolkit\bhom\wrapped"/>
<file src="C:\ProgramData\BHoM\Extensions\PythonCode\LadybugTools_Toolkit\src\**\*.*" exclude="**\__pycache__\*;**\docs\**\*" target="contentFiles\any\any\PythonEnvironment\Lib\site-packages" />
</files>
</package>

0 comments on commit 90393ce

Please sign in to comment.