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

Cannot install package using pip: cannot find CHANGELOG.rst #6

Closed
portnov opened this issue Sep 6, 2014 · 2 comments
Closed

Cannot install package using pip: cannot find CHANGELOG.rst #6

portnov opened this issue Sep 6, 2014 · 2 comments

Comments

@portnov
Copy link

portnov commented Sep 6, 2014

[portnov]$ pip install python-colourlovers
Downloading/unpacking python-colourlovers
Downloading python-colourlovers-0.1.0.tar.gz
Running setup.py egg_info for package python-colourlovers
Traceback (most recent call last):
File "", line 16, in
File "/tmp/pip_build_portnov/python-colourlovers/setup.py", line 32, in
open('CHANGELOG.rst').read(),
IOError: [Errno 2] No such file or directory: 'CHANGELOG.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

File "/tmp/pip_build_portnov/python-colourlovers/setup.py", line 32, in

open('CHANGELOG.rst').read(),

IOError: [Errno 2] No such file or directory: 'CHANGELOG.rst'

@portnov
Copy link
Author

portnov commented Sep 6, 2014

Seems CHANGELOG.rst just is not included into package.

roadsideseb pushed a commit that referenced this issue Sep 8, 2014
* Fix MANIFEST.in.
* Fix request: use params=, not data= for GET parameters.

Resolves #8 and #6.
@roadsideseb
Copy link
Owner

Fixed in 99c2ca7 thanks to @portnov.

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

No branches or pull requests

2 participants