From b607526f60b5b3bc35309058c6df5ecfc710f413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sat, 12 Oct 2013 10:24:37 +0200 Subject: add "jsonpointer" commandline utility --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c4b666b..ff95edf 100644 --- a/setup.py +++ b/setup.py @@ -33,4 +33,9 @@ setup(name=PACKAGE, license=LICENSE, url=WEBSITE, py_modules=MODULES, + scripts=['bin/jsonpointer'], + entry_poimts = { + 'console_scripts': [ + 'jsonpointer = jsonpointer:main', + ]}, ) -- cgit v1.2.1