summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index c002302..2c65e44 100644
--- a/setup.py
+++ b/setup.py
@@ -45,9 +45,9 @@ CLASSIFIERS = [
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
@@ -64,9 +64,5 @@ setup(name=PACKAGE,
url=WEBSITE,
py_modules=MODULES,
scripts=['bin/jsonpointer'],
- entry_points = {
- 'console_scripts': [
- 'jsonpointer = jsonpointer:main',
- ]},
classifiers=CLASSIFIERS,
)