andreypopp/sphinxalchemy

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

Closed this issue · 1 comments

Hi,

We're trying to install new version, but README.rst was not included in a package on pypi. After trying to install we get:

Downloading sphinxalchemy-0.5.0.tar.gz
Running setup.py egg_info for package sphinxalchemy
Traceback (most recent call last):
File "", line 16, in
File "/home/fizyk/.virtualenvs/zlota/build/sphinxalchemy/setup.py", line 10, in
long_description=open("README.rst", "r").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 "", line 16, in

File "/home/fizyk/.virtualenvs/zlota/build/sphinxalchemy/setup.py", line 10, in

long_description=open("README.rst", "r").read(),

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


A solution could be to create a MANIFEST.in file. Where you define all files to include.

Thanks for reporting it, fixed in ddef8b5, released as 0.5.1.