diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 936a3171..b90802d8 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python from setuptools import setup import sys @@ -17,7 +18,7 @@ setup( long_description=open('README.rst').read(), packages = ['pelican'], include_package_data = True, - install_requires = requires, + install_requires = requires, scripts = ['bin/pelican'], classifiers = ['Development Status :: 5 - Production/Stable', 'Environment :: Console',