Skip to content

Commit 30edab5

Browse files
author
Emanuele Palazzetti
authored
Merge pull request #26 from bmermet/add-license-url
Add license url in csproj
2 parents d8ff1e1 + bcbf3e5 commit 30edab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Datadog.Trace/Datadog.Trace.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<PackageReleaseNotes>Alpha release</PackageReleaseNotes>
1111
<Copyright>Datadog, Inc. 2017</Copyright>
1212
<PackageTags></PackageTags>
13+
<!-- Use the python license's url while the project's github is not public -->
14+
<PackageLicenseUrl>https://github.com/DataDog/dd-trace-py/blob/master/LICENSE</PackageLicenseUrl>
1315
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeOpentracingLib</TargetsForTfmSpecificBuildOutput>
1416
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1517
</PropertyGroup>

0 commit comments

Comments
 (0)