mikedingjan-archive / django-svg-icons

Django templatetag library for rendering SVG icons from JSON file
http://django-svg-icons.readthedocs.io/en/latest/
Apache License 2.0
5 stars 2 forks source link

Cannot install latest due to missing Readme #3

Closed jjanssen closed 7 years ago

jjanssen commented 7 years ago

When installing django-svg-icons I get an error during installation.

Collecting django-svg-icons<0.2,>=0.1 Downloading django-svg-icons-0.1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/var/folders/n7/ffmw_8117v7b5635jwsx40pwmxstlj/T/pip-build-4cct2ve3/django-svg-icons/setup.py", line 19, in <module> long_description=open(os.path.join(PROJECT_DIR, 'README.md')).read(), FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/n7/ffmw_8117v7b5635jwsx40pwmxstlj/T/pip-build-4cct2ve3/django-svg-icons/README.md'

When downloading the .tar.gz from PyPi and extracting it, I can also see the README.md is not present in the package.

mikedingjan commented 7 years ago

Fixed, pushed a new version to PyPi