jwass / mplleaflet

Easily convert matplotlib plots from Python into interactive Leaflet web maps.
BSD 3-Clause "New" or "Revised" License
521 stars 76 forks source link

Added MANIFEST.in #26

Closed ocefpaf closed 9 years ago

ocefpaf commented 9 years ago

The current source dist at PyPI is broken:

python setup.py install --single-version-externally-managed --record record.txt
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    with open('AUTHORS.md') as f:
IOError: [Errno 2] No such file or directory: 'AUTHORS.md'

I just added a MANIFEST.in and hopefully that will fix it. (Since that is mostly the AUTHORS.md fault I felt responsible :wink:)

jwass commented 9 years ago

Ha! Thanks, all a part of my plan. Should be good to go now.