summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-07-22 17:20:45 +0200
committerPierre Ossman <ossman@cendio.se>2021-07-22 17:20:45 +0200
commit71d55fcaa8fff045048b08d3502a19cfeefec19e (patch)
tree0a331a56781acf6b534440cf789d495eb1163443
parent1c35fdd72bc94958b04add2e9604b22a05390e16 (diff)
downloadwebsockify-71d55fcaa8fff045048b08d3502a19cfeefec19e.tar.gz
Fix bad classifiers arrayv0.10.0
-rw-r--r--setup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index c43cb40..e389a90 100644
--- a/setup.py
+++ b/setup.py
@@ -14,12 +14,12 @@ setup(name=name,
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
- "Programming Language :: Python :: 3.4"
- "Programming Language :: Python :: 3.5"
- "Programming Language :: Python :: 3.6"
- "Programming Language :: Python :: 3.7"
- "Programming Language :: Python :: 3.8"
- "Programming Language :: Python :: 3.9"
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
],
keywords='noVNC websockify',
license='LGPLv3',