google-code-export / django-treemenus

Automatically exported from code.google.com/p/django-treemenus
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Package version information is still incorrect. #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install package 0.8.7
2. Use 'pip freeze' to capture packages and versions
3. Try to install again with pip requirements file 

What is the expected output? What do you see instead?
Expected that pip would report that 0.8.7 is installed and pip freeze would 
report a correct version number. Instead:
 Downloading/unpacking django-treemenus==0.8.7-pre
  Could not find a version that satisfies the requirement django-treemenus==0.8.7-pre (from versions: )
No distributions matching the version for django-treemenus==0.8.7-pre

What version of the product are you using? On what operating system?
This happens with any version of pip on any operating system.

Please provide any additional information below.
Just need to make the package names consistent in the DOAP record or update the 
package version information to match the DOAP record.

Original issue reported on code.google.com by dean.sel...@gmail.com on 14 Jun 2011 at 6:36