]> git.scottworley.com Git - pinch/blob - setup.py
b7d3a26206ab5a80672513c0c21638749fd3fee5
[pinch] / setup.py
1 from setuptools import setup
2
3 setup(
4 name="pinch",
5 version="1.5.1",
6 py_modules=['pinch'],
7 entry_points={"console_scripts": ["pinch = pinch:main"]},
8 )