Skip to content

Commit a31f078

Browse files
committed
Update as QuantConnect.PythonNet; include console exe in package
1 parent 3de755b commit a31f078

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/runtime/Python.Runtime.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<LangVersion>9.0</LangVersion>
66
<RootNamespace>Python.Runtime</RootNamespace>
77
<AssemblyName>Python.Runtime</AssemblyName>
8-
<PackageId>pythonnet</PackageId>
8+
<PackageId>QuantConnect.pythonnet</PackageId>
9+
<Version>2.0.0</Version>
910
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1011
<RepositoryUrl>https://github.com/pythonnet/pythonnet</RepositoryUrl>
1112
<RepositoryType>git</RepositoryType>
@@ -36,6 +37,10 @@
3637
<PackagePath>contentFiles/any/any/pythonnet</PackagePath>
3738
<PackageCopyToOutput>true</PackageCopyToOutput>
3839
</TfmSpecificPackageFile>
40+
<TfmSpecificPackageFile Include="../console/bin/x64/Debug/net472/nPython.exe">
41+
<PackagePath>contentFiles/any/any/</PackagePath>
42+
<PackageCopyToOutput>true</PackageCopyToOutput>
43+
</TfmSpecificPackageFile>
3944
</ItemGroup>
4045
</Target>
4146

0 commit comments

Comments
 (0)