Skip to content

Commit f4aed66

Browse files
committed
Added info for Nuget
1 parent 7db1db5 commit f4aed66

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

src/Numpy/Numpy.csproj

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
<TargetFramework>netcoreapp2.1</TargetFramework>
55
<RootNamespace>Numpy</RootNamespace>
66
<AssemblyName>Numpy</AssemblyName>
7+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<Authors>Meinrad Recheis</Authors>
9+
<Product>Numpy.NET</Product>
10+
<PackageId>Numpy</PackageId>
11+
<Description>C# bindings for NumPy - a fundamental library for scientific computing, machine learning and AI. Does not require a local Python installation!
12+
</Description>
13+
<Copyright>2019 - Meinrad Recheis</Copyright>
14+
<PackageProjectUrl>https://github.com/SciSharp/Numpy.NET</PackageProjectUrl>
15+
<RepositoryUrl>https://github.com/SciSharp/Numpy.NET</RepositoryUrl>
16+
<PackageTags>Data science, Machine Learning, AI, Scientific Computing, NumPy</PackageTags>
17+
<PackageLicenseUrl>https://github.com/SciSharp/Numpy.NET/blob/master/LICENSE</PackageLicenseUrl>
718
</PropertyGroup>
819

920
<ItemGroup>
@@ -15,12 +26,7 @@
1526
</ItemGroup>
1627

1728
<ItemGroup>
18-
<Reference Include="Python.Included">
19-
<HintPath>DependsOn\Python.Included.dll</HintPath>
20-
</Reference>
21-
<Reference Include="Python.Runtime">
22-
<HintPath>DependsOn\Python.Runtime.dll</HintPath>
23-
</Reference>
29+
<PackageReference Include="Python.Included" Version="3.7.3" />
2430
</ItemGroup>
2531

2632
</Project>

0 commit comments

Comments
 (0)