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