bagit-profiles / bagit-profiles-validator

A simple Python module for validating BagIt Profiles.
The Unlicense
12 stars 6 forks source link

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

Closed MarcusBarnes closed 10 years ago

MarcusBarnes commented 10 years ago

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.