Skip to content

Fix "warning: no files found matching 'README.md'"#31

Open
quiver wants to merge 1 commit intoboto:developfrom
quiver:fix-pip-warning-of-readme
Open

Fix "warning: no files found matching 'README.md'"#31
quiver wants to merge 1 commit intoboto:developfrom
quiver:fix-pip-warning-of-readme

Conversation

@quiver
Copy link
Copy Markdown

@quiver quiver commented Jun 1, 2014

The path of README file is wrong, so when you run
$ pip install bcdoc, you encounter the warning message as follows:

Downloading/unpacking bcdoc>=0.12.0,<0.13.0 (from awscli)
  Downloading bcdoc-0.12.2.tar.gz
  Running setup.py (path:/tmp/pip_build_vagrant/bcdoc/setup.py) egg_info for package bcdoc

    warning: no files found matching 'README.md'

The path of README file is wrong, so when you run
`$ pip install bcdoc`, you encounter the warning message as follows:

Downloading/unpacking bcdoc>=0.12.0,<0.13.0 (from awscli)
  Downloading bcdoc-0.12.2.tar.gz
  Running setup.py (path:/tmp/pip_build_vagrant/bcdoc/setup.py) egg_info for package bcdoc

    warning: no files found matching 'README.md'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant