openlabs / magento

Python API for Magento
Other
136 stars 82 forks source link

Missing README.rst in release 0.2's egg #6

Closed guewen closed 11 years ago

guewen commented 11 years ago

The package of the release 0.2 miss the README.rst which results in:

Downloading/unpacking magento
Downloading magento-0.2.tar.gz
Running setup.py egg_info for package magento
  Traceback (most recent call last):
    File "<string>", line 16, in <module>
    File "/tmp/pip-build/magento/setup.py", line 24, in <module>
      long_description=open('README.rst').read(),
  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 "/tmp/pip-build/magento/setup.py", line 24, in <module>

  long_description=open('README.rst').read(),

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