Skip to content

pypi package is missing README.rst #2

@mgalgs

Description

@mgalgs

...which causes pip install python-fs-stack to fail with:

$ pip install python-fs-stack
Downloading/unpacking python-fs-stack
  Downloading python-fs-stack-0.2.tar.gz
  Running setup.py egg_info for package python-fs-stack
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/ec2-user/virtualenvs/treedev/build/python-fs-stack/setup.py", line 13, 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 16, in <module>

  File "/home/ec2-user/virtualenvs/treedev/build/python-fs-stack/setup.py", line 13, 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 /home/ec2-user/virtualenvs/treedev/build/python-fs-stack
Storing complete log in /home/ec2-user/.pip/pip.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions