jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

pip install failed #3

Closed tomislater closed 10 years ago

tomislater commented 10 years ago
>> pip install brewer2mpl
Downloading/unpacking brewer2mpl
  Downloading brewer2mpl-1.3.2.tar.gz
  Running setup.py egg_info for package brewer2mpl
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/tomek/.virtualenv/trololo/build/brewer2mpl/setup.py", line 4, in <module>
        with open('README.rst', 'r') as f:
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/home/tomek/.virtualenv/trololo/build/brewer2mpl/setup.py", line 4, in <module>

    with open('README.rst', 'r') as f:

IOError: [Errno 2] No such file or directory: 'README.rst'
tomislater commented 10 years ago

I think you missing upload README.rst to PyPi. Please add README.rst to MANIFEST.in file.

jiffyclub commented 10 years ago

Thanks for the report, I will check on this.

jiffyclub commented 10 years ago

Okay, README.rst should be included now thanks to 9a0a078, and I've updated the source archives on PyPI. Thanks again for the report!