from setuptools import setup setup( name="pinch", version="1.4", py_modules=['pinch'], entry_points={"console_scripts": ["pinch = pinch:main"]}, )