Skip to content

Commit f8e7272

Browse files
committed
Fixed error in setup.py
1 parent fd1478e commit f8e7272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"License :: OSI Approved :: Apache Software License",
4343
"Topic :: Software Development :: Libraries :: Python Modules",
4444
"Programming Language :: Python :: 3.5",
45-
"Programming Language :: Python :: 3.6"
45+
"Programming Language :: Python :: 3.6",
4646
"Programming Language :: Python :: 3.7"
4747
],
4848
install_requires=["cryptography", "requests"],

0 commit comments

Comments
 (0)