romanvm / django-tinymce4-lite

TinyMCE 4 editor widget for Django
MIT License
126 stars 47 forks source link

Problem installing 1.5.2 tar.gz: missing changelog.rst #21

Closed rvanlaar closed 6 years ago

rvanlaar commented 6 years ago

Hi,

I'm installing django-tinymce4-lite and am getting the following error:

error: [Errno 2] No such file or directory: '/tmp/easy_install-fntzp9h3/django-tinymce4-lite-1.5.2/docs/changelog.rst' An error occurred when trying to install /tmp/tmp68dxjptnget_dist/django-tinymce4-lite-1.5.2.tar.gz. Look above this message for any errors that were output by easy_install. While: Installing python. Getting distribution for 'django-tinymce4-lite'.

Due to the following code in setup.py: https://github.com/romanvm/django-tinymce4-lite/blob/94982b03e2a788056674ac59e45b524d9381d26e/setup.py#L19

The docs directory is missing from the .tar.gz.

rvanlaar commented 6 years ago

The wheel installs fine.

romanvm commented 6 years ago

I will look into it

rvanlaar commented 6 years ago

Allright :+1: