Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

quiver
Copy link

@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