Kwpolska/trashman

Installation of v0.1.2 fails

Closed this issue · 2 comments

$ sudo pip install trashman

Downloading/unpacking trashman from http://pypi.python.org/packages/source/t/trashman/trashman-0.1.2.tar.gz#md5=e1502dff82eb6bbf6f31b29e9a2907b7
  Running setup.py egg_info for package trashman
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/tmp/user/{UNDISCOSED}/build/trashman/setup.py", line 16, in <module>
        long_description=open('README.rst').read(),
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/tmp/user/{UNDISCOSED}/build/trashman/setup.py", line 16, in <module>

    long_description=open('README.rst').read(),

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

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/user/{UNDISCOSED}/build/trashman
Storing complete log in /home/{UNDISCOSED}/.pip/pip.log

This is Python 2.7 on Linux.

v0.1.3 has fixed the issue…

Thanks for reporting anyways! I noticed this issue when upgrading.