From a8aa8407ae71df92fc3a697c025825ed1f125b50 Mon Sep 17 00:00:00 2001 From: Kieran Spear Date: Mon, 28 Oct 2013 11:31:19 +1100 Subject: Fix setup.py entry_poimts typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 20fa4b7..7c302e1 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup(name=PACKAGE, py_modules=MODULES, package_data={'': ['requirements.txt']}, scripts=['bin/jsondiff', 'bin/jsonpatch'], - entry_poimts = { + entry_points = { 'console_scripts': [ 'jsondiff = jsondiff:main', 'jsonpatch = jsonpatch:main', -- cgit v1.2.1