From 7ae781bcc7bafe90c1b1e1a36538b17c3ef5fff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Mon, 28 Oct 2013 18:05:36 +0100 Subject: fix typo in setup.py Thanks to Kieran Spear for reporting this in https://github.com/stefankoegl/python-json-patch/pull/17 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff95edf..6668b70 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name=PACKAGE, url=WEBSITE, py_modules=MODULES, scripts=['bin/jsonpointer'], - entry_poimts = { + entry_points = { 'console_scripts': [ 'jsonpointer = jsonpointer:main', ]}, -- cgit v1.2.1