dmedvinsky/mutt-ics

mutt-ics script isn't installed with execute permission

Closed this issue · 2 comments

I recently installed mutt_ics from pypi and noticed that the mutt-ics script was installed without execute permission.

Here's a snippet of console output:

campbr9:~/ $ pip install --user mutt_ics
Collecting mutt-ics
Requirement already satisfied (use --upgrade to upgrade): icalendar>=3.9.0 in /localhome/campbr9/.local/lib/python3.4/site-packages (from mutt-ics)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /localhome/campbr9/.local/lib/python3.4/site-packages (from icalendar>=3.9.0->mutt-ics)
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /localhome/campbr9/.local/lib/python3.4/site-packages (from icalendar>=3.9.0->mutt-ics)
Requirement already satisfied (use --upgrade to upgrade): pytz in /localhome/campbr9/.local/lib/python3.4/site-packages (from icalendar>=3.9.0->mutt-ics)
Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in /localhome/campbr9/.local/lib/python3.4/site-packages (from python-dateutil->icalendar>=3.9.0->mutt-ics)
Installing collected packages: mutt-ics
Successfully installed mutt-ics-0.5
campbr9:~/ $ ls -l ~/.local/bin/mutt-ics 
-rw-rw-r-- 1 campbr9 campbr9 4277 May  4 13:15 /localhome/campbr9/.local/bin/mutt-ics

This is odd because it seems to have the correct permissions in the git repo.

I just released a new version on PyPI, can you try it and report the result, please? For me it worked, but I hope to get your feedback.

@dmedvinsky Yes that seems to have fixed it for me. Thanks!