Skip to content

Commit becd3f9

Browse files
committed
remove references to python 2
1 parent 19ce2ad commit becd3f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
description="JSON Python Logging",
1919
long_description=long_description,
2020
author="Bob T.",
21-
keywords=["json", "elastic", "python", "python3", "python2", "logging", "logging-library", "json", "elasticsearch",
21+
keywords=["json", "elastic", "python", "python3", "logging", "logging-library", "json", "elasticsearch",
2222
"elk", "elk-stack", "logstash", "kibana"],
2323
platforms='any',
2424
url="https://github.com/thangbn/json-logging",
@@ -28,7 +28,6 @@
2828
'License :: OSI Approved :: Apache Software License',
2929
'Operating System :: OS Independent',
3030
'Programming Language :: Python',
31-
'Programming Language :: Python :: 2',
3231
'Programming Language :: Python :: 3',
3332
'Topic :: System :: Logging',
3433
'Framework :: Flask',

0 commit comments

Comments
 (0)