diff options
author | Stefan Kögl <stefan@skoegl.net> | 2013-10-28 18:05:36 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2013-10-28 18:05:36 +0100 |
commit | 7ae781bcc7bafe90c1b1e1a36538b17c3ef5fff5 (patch) | |
tree | c336f8ae6c337c608ea03ae4ad5f0d0c27e43ec3 /setup.py | |
parent | af636e7036c1213f38078414312795c938574175 (diff) | |
download | python-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
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ setup(name=PACKAGE, url=WEBSITE, py_modules=MODULES, scripts=['bin/jsonpointer'], - entry_poimts = { + entry_points = { 'console_scripts': [ 'jsonpointer = jsonpointer:main', ]}, |