Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Pipy package is buggy #4

Closed
rodo opened this issue Sep 16, 2015 · 1 comment
Closed

Pipy package is buggy #4

rodo opened this issue Sep 16, 2015 · 1 comment

Comments

@rodo
Copy link
Contributor

rodo commented Sep 16, 2015

Hi,

When try to install the package from PyPi I've got this error :

$ pip install anosql
Downloading/unpacking anosql
  Downloading anosql-0.1.0.tar.gz
  Running setup.py (path:/tmp/pip-build-IkgjXx/anosql/setup.py) egg_info for package anosql
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-IkgjXx/anosql/setup.py", line 3, in <module>
        long_desc = open('README.md').read()
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/tmp/pip-build-IkgjXx/anosql/setup.py", line 3, in <module>

    long_desc = open('README.md').read()

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

The package need to be regenrated as the README.md file il already present in the repository.

honza added a commit that referenced this issue Sep 16, 2015
Add missing file MANIFEST.in that makes setup.py buggy ref #4
@rodo
Copy link
Contributor Author

rodo commented Sep 16, 2015

Fix in #5

@rodo rodo closed this as completed Sep 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant