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
Installing Wand causes wand's README.rst to be installed to project directory #336
Milestone
Comments
This would be caused by the data_files=[('', ['README.rst'])], |
Adding to this, I'm actually unable to install Wand correctly using pip3 (homebrew install python3). And while yes, I could simply change the perms on /usr/local (root:wheel) to let me write, a pip package should certainly not be writing there. Command output:
|
emcconville
added a commit
that referenced
this issue
Nov 14, 2018
…is already included in long_description
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a misconfiguration of something in
setup.py
, or maybe manifest.Uninstalling Wand removes the errant README.rst
This was from Wand 0.4.4
The text was updated successfully, but these errors were encountered: