Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: baacaac06f93dd624c9d7b3bac0e13fbe34f2d8c authored by Benjamin Peterson on 16 February 2019, 19:02:20 UTC
Set version to 2.7.16rc1.
Tip revision: baacaac
python2.nuspec
<?xml version="1.0"?>
<package >
  <metadata>
    <id>python2</id>
    <title>Python 2.7</title>
    <version>0.0.0.0</version>
    <authors>Python Software Foundation</authors>
    <licenseUrl>https://docs.python.org/2.7/license.html</licenseUrl>
    <projectUrl>https://www.python.org/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Installs 64-bit Python 2.7 for use in build scenarios.</description>
    <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
    <tags>python</tags>
  </metadata>
  <files>
    <file src="**\*" target="tools" />
  </files>
</package>
back to top