|
7 | 7 | <version>3.4.0</version> |
8 | 8 | <packageSourceUrl>https://github.com/IronLanguages/ironpython3/tree/master/Package/choco</packageSourceUrl> |
9 | 9 | <title>IronPython</title> |
10 | | - <authors>IronPython Contributors,Microsoft</authors> |
| 10 | + <authors>IronPython Contributors, Microsoft</authors> |
| 11 | + <copyright>© IronPython Contributors</copyright> |
11 | 12 | <owners>IronPython Community</owners> |
12 | 13 | <projectUrl>https://ironpython.net</projectUrl> |
13 | 14 | <licenseUrl>https://github.com/IronLanguages/ironpython3/blob/master/LICENSE</licenseUrl> |
14 | 15 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
15 | | - <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> |
16 | | - <summary>IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.</summary> |
| 16 | + <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> |
| 17 | + <summary>IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework.</summary> |
17 | 18 | <language>en-US</language> |
18 | 19 | <tags>ironpython python dynamic dlr</tags> |
19 | 20 | <mailingListUrl>https://ironpython.groups.io/g/users</mailingListUrl> |
20 | 21 | </metadata> |
21 | 22 | <files> |
22 | | - <file src="$STAGEDIR$\net462\*.dll;$STAGEDIR$\net462\*.exe" exclude="**\rowantest*.dll;**\IronPythonTest.dll" /> |
| 23 | + <file src="$STAGEDIR$\net462\*.dll;$STAGEDIR$\net462\*.exe" /> |
23 | 24 | <file src="$STAGEDIR$\net462\DLLs\**" target="DLLs" exclude="**\*.xml" /> |
24 | 25 | <file src="$STAGEDIR$\lib\**" target="lib" /> |
25 | | - <file src="$STAGEDIR$\LICENSE;$STAGEDIR$\README.md" /> |
| 26 | + <file src="$STAGEDIR$\LICENSE" /> |
| 27 | + <file src="README.md" /> |
26 | 28 | <file src="tools\*" target="tools" /> |
27 | 29 | </files> |
28 | 30 | </package> |
0 commit comments