From 3b841b3ffc54f4e1ea65320c80dcc4ce0b139a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Fri, 11 Oct 2013 20:33:29 +0200 Subject: add "jsondiff" commandline utility --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f500075..0295377 100644 --- a/setup.py +++ b/setup.py @@ -52,5 +52,10 @@ setup(name=PACKAGE, url=WEBSITE, py_modules=MODULES, package_data={'': ['requirements.txt']}, + scripts=['bin/jsondiff'], + entry_poimts = { + 'console_scripts': [ + 'jsondiff = jsondiff:main', + ]}, **OPTIONS ) -- cgit v1.2.1