Add license file for project packages (#5314)

This commit is contained in:
Martin-Molinero
2021-02-18 18:57:36 -03:00
committed by GitHub
parent ba4c45d729
commit 4632840da9
22 changed files with 136 additions and 0 deletions
@@ -89,6 +89,10 @@
<Content Include="AltData\TiingoNewsAlgorithm.py" />
<Content Include="BasicCSharpIntegrationTemplateAlgorithm.py" />
<Content Include="BasicSetAccountCurrencyAlgorithm.py" />
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="InceptionDateSelectionRegressionAlgorithm.py" />
<None Include="USTreasuryYieldCurveDataAlgorithm.py" />
<None Include="SmartInsiderDataAlgorithm.py" />
@@ -320,5 +324,6 @@
<PostBuildEvent Condition="'$(OS)' != 'Windows_NT'">
./build.sh
</PostBuildEvent>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
</Project>