forked from IronLanguages/ironpython3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIronPython.nuspec
More file actions
31 lines (30 loc) · 1.8 KB
/
IronPython.nuspec
File metadata and controls
31 lines (30 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ironpython</id>
<version>3.4.0</version>
<packageSourceUrl>https://github.com/IronLanguages/ironpython3/tree/main/Package/choco</packageSourceUrl>
<title>IronPython</title>
<authors>IronPython Contributors, Microsoft</authors>
<copyright>© IronPython Contributors</copyright>
<owners>IronPython Community</owners>
<projectUrl>https://ironpython.net</projectUrl>
<licenseUrl>https://github.com/IronLanguages/ironpython3/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.</description>
<summary>IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework.</summary>
<language>en-US</language>
<tags>ironpython python dynamic dlr</tags>
<mailingListUrl>https://ironpython.groups.io/g/users</mailingListUrl>
</metadata>
<files>
<file src="$STAGEDIR$\net462\*.dll;$STAGEDIR$\net462\*.exe" />
<file src="$STAGEDIR$\net462\DLLs\**" target="DLLs" exclude="**\*.xml" />
<file src="$STAGEDIR$\lib\**" target="lib" />
<file src="$STAGEDIR$\LICENSE" />
<file src="README.md" />
<file src="tools\*" target="tools" />
<file src="ignores\**\*" />
</files>
</package>