diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2014-12-14 19:21:22 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2014-12-14 19:21:22 +0100 |
| commit | 55e937cca6add807ba548343a297733f64ea5c55 (patch) | |
| tree | 6fa034c9601c4b231e7400da43c440a84008fc14 | |
| parent | 69226a7ac7e72a535d564ceaeb2ae90bed17d409 (diff) | |
| download | python-json-pointer-55e937cca6add807ba548343a297733f64ea5c55.tar.gz | |
Fix ``jsonpointer`` commandline utility (#14)
| -rw-r--r-- | setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -64,9 +64,5 @@ setup(name=PACKAGE, url=WEBSITE, py_modules=MODULES, scripts=['bin/jsonpointer'], - entry_points = { - 'console_scripts': [ - 'jsonpointer = jsonpointer:main', - ]}, classifiers=CLASSIFIERS, ) |
