summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2013-10-28 18:05:36 +0100
committerStefan Kögl <stefan@skoegl.net>2013-10-28 18:05:36 +0100
commit7ae781bcc7bafe90c1b1e1a36538b17c3ef5fff5 (patch)
treec336f8ae6c337c608ea03ae4ad5f0d0c27e43ec3
parentaf636e7036c1213f38078414312795c938574175 (diff)
downloadpython-json-pointer-7ae781bcc7bafe90c1b1e1a36538b17c3ef5fff5.tar.gz
fix typo in setup.py
Thanks to Kieran Spear <kispear@gmail.com> for reporting this in https://github.com/stefankoegl/python-json-patch/pull/17
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',
]},