Skip to content

Commit

Permalink
update nuspec for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Feb 25, 2014
1 parent 1d664c4 commit f69f411
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pip/pip.nuspec
Expand Up @@ -4,9 +4,9 @@
<id>pip</id>
<title>Pip(Python) Installs Packages</title>
<version>1.2.0</version>
<authors>The pip developers</authors>
<owners>Elliando Dias</owners>
<summary>pip is a tool for installing and managing Python packages, such as those found in the Python Package Index</summary>
<authors>The Pip developers</authors>
<owners>Rob Reynolds</owners>
<summary>Pip is a tool for installing and managing Python packages, such as those found in the Python Package Index</summary>
<description>pip is a tool for installing and managing Python packages, such as those found in the Python Package Index</description>
<projectUrl>http://www.pip-installer.org/en/latest/index.html</projectUrl>
<tags>pip python easy_install </tags>
Expand All @@ -15,7 +15,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/adorepump/chocolatey-packages/raw/master/pip/python-logo.png</iconUrl>
<dependencies>
<dependency id="easy.install" version="" />
<dependency id="easy.install" />
</dependencies>
<releaseNotes>
No longer installs the packages virtualenv, fabric, ipython and django
Expand All @@ -24,4 +24,4 @@
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>

0 comments on commit f69f411

Please sign in to comment.