Deepwalker / procrustes

Python data validation library
http://deepwalker.ru
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Broken pypi package #1

Closed verm666 closed 13 years ago

verm666 commented 13 years ago
% pip install procrustes
Downloading/unpacking procrustes
  Running setup.py egg_info for package procrustes
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "<CENSORED>/env/build/procrustes/setup.py", line 19, in <module>
        long_description = read('README.rst'),
      File "<CENSORED>/env/build/procrustes/setup.py", line 8, in read
        return open(os.path.join(os.path.dirname(__file__), fname)).read()
    IOError: [Errno 2] No such file or directory: '<CENSORED>/env/build/procrustes/README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
Deepwalker commented 13 years ago

Fixed