-
Notifications
You must be signed in to change notification settings - Fork 24
/
IronRuby.StdLib.nuspec
23 lines (23 loc) · 1.03 KB
/
IronRuby.StdLib.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>IronRuby.StdLib</id>
<title>IronRuby Standard Library</title>
<version>3.0.0</version>
<authors>IronRuby Contributors,Python Contributors</authors>
<owners>IronRuby Community</owners>
<projectUrl>http://ironpython.net</projectUrl>
<licenseUrl>http://docs.python.org/license.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Python Standard Library, for use with IronRuby.</description>
<summary>The Python Standard Library, for use with IronRuby.</summary>
<language>en-US</language>
<tags>ironpython python dynamic dlr standard library</tags>
<dependencies>
<dependency id="IronRuby" version="3.0.0" />
</dependencies>
</metadata>
<files>
<file src="Lib\**" target="content\Lib" />
</files>
</package>