From 55e937cca6add807ba548343a297733f64ea5c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 14 Dec 2014 19:21:22 +0100 Subject: Fix ``jsonpointer`` commandline utility (#14) --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index c002302..6e683c8 100644 --- a/setup.py +++ b/setup.py @@ -64,9 +64,5 @@ setup(name=PACKAGE, url=WEBSITE, py_modules=MODULES, scripts=['bin/jsonpointer'], - entry_points = { - 'console_scripts': [ - 'jsonpointer = jsonpointer:main', - ]}, classifiers=CLASSIFIERS, ) -- cgit v1.2.1