Skip to content

Commit fd48d51

Browse files
committed
Clean up classifiers based on jupyter#57, and remove unneeded setup.py deps (since jupyter#65 isnt merged)
1 parent 48f8c2a commit fd48d51

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

setup.py

+2-7
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,14 @@
1111
classifiers=[
1212
"Environment :: Web Environment",
1313
"License :: OSI Approved :: BSD License",
14-
"Programming Language :: Python :: 3.7",
15-
"Programming Language :: Python :: 3.6",
16-
"Programming Language :: Python :: 3.5",
17-
"Programming Language :: Python :: 3.4",
18-
"Programming Language :: Python :: 2.7",
14+
"Programming Language :: Python :: 2",
15+
"Programming Language :: Python :: 3",
1916
"Topic :: Terminals :: Terminal Emulators/X Terminals",
2017
],
2118
license="MIT",
2219
install_requires=[
2320
"ptyprocess;os_name!='nt'",
2421
"pywinpty (>=0.5);os_name=='nt'",
2522
"tornado (>=4)",
26-
"python-interface",
27-
"msgpack"
2823
]
2924
)

0 commit comments

Comments
 (0)