Skip to content

Commit 0c8fe61

Browse files
authored
DYN-8209 : Add third party license info to python net3 package (#3)
* draft 250901 * pywin32 added * Update THIRD_PARTY_NOTICES.txt * Update DSPythonNet3Wheels.csproj * Update DSPythonNet3.csproj
1 parent 36fb127 commit 0c8fe61

File tree

2 files changed

+4178
-0
lines changed

2 files changed

+4178
-0
lines changed

DSPythonNet3/DSPythonNet3.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4848
</None>
4949
</ItemGroup>
50+
<ItemGroup>
51+
<None Include="THIRD_PARTY_NOTICES.txt" Pack="true" PackagePath="\" />
52+
</ItemGroup>
5053

5154
<Target Name="PrepareExtension" AfterTargets="AfterBuild">
5255
<WriteLinesToFile File="$(BuildOutput)pkg.json" Lines="$([System.IO.File]::ReadAllText($(BuildOutput)pkg.json).Replace('$Version$','$(Version)').Replace('$DynamoVersion$','$(DynamoVersion)').Replace('$DllVersion$','$(MS_PACKAGE_VERSION)'))" Overwrite="true" Encoding="Unicode" />

0 commit comments

Comments
 (0)