beeware / podium

A Markdown-based native presentation tool
BSD 3-Clause "New" or "Revised" License
182 stars 28 forks source link

Fix missing hashbang and executable file mode #30

Closed bittner closed 5 years ago

bittner commented 5 years ago

The ! character ("bang!") missing in the first line of setup.py and missing executable file permissions on setup.py make it impossible to run the setup script as ./setup.py.

This PR fixes those issues.