bagit-profiles/bagit-profiles-validator

README.rst missing from https://pypi.python.org/simple/bagit_profile/ archive

Closed this issue · 0 comments

I've been attempting to install bagit_profile on a Windows 7 machine (for a cross-platform script that uses a BagIt profile). Running

pip install bagit_profile

at the command prompt fails with

IOError: [Errno 2] No such file or directory: 'README.rst' 

at line 7 of setup.py.

Reading the pip log, it downloads bagit_profile-0.0.2.tar.gz. Inspecting this archive shows that the file README.rst is not there as required for setup.py to run without failing.