forked from IronLanguages/ironpython3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIronPython.nuspec
23 lines (23 loc) · 1.26 KB
/
IronPython.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>IronPython</id>
<title>IronPython</title>
<version>3.0.0</version>
<authors>IronPython Contributors,Microsoft</authors>
<owners>IronPython Community</owners>
<projectUrl>http://ironpython.net</projectUrl>
<licenseUrl>http://ironpython.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>IronPython is an open-source implementation of the Python programming language which 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 which is tightly integrated with the .NET Framework.</summary>
<language>en-US</language>
<tags>ironpython python dynamic dlr</tags>
<dependencies>
<dependency id="DynamicLanguageRuntime" version="1.5.0" />
</dependencies>
</metadata>
<files>
<file src="Platforms\**\*.*" target="lib" />
</files>
</package>