hessammehr / agpy

Automatically exported from code.google.com/p/agpy
MIT License
0 stars 0 forks source link

Pypi package missing README.rst #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run "pip install --user plfit"

What is the expected output? What do you see instead?
It should install fine; instead you get:
  FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'

What version of the product are you using? On what operating system?
plfit-1.0 from pypi

Original issue reported on code.google.com by wackywen...@gmail.com on 5 Jun 2013 at 2:34

GoogleCodeExporter commented 8 years ago
Added README, REQUIREMENTS, and CHANGES to the manifest.  Odds are, it still 
won't work, since pypi didn't fix the MD5sum when I uploaded the new file, but 
it's worth a try....

Original comment by keflavich on 5 Jun 2013 at 3:41