We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f8c2a commit fd48d51Copy full SHA for fd48d51
setup.py
@@ -11,19 +11,14 @@
11
classifiers=[
12
"Environment :: Web Environment",
13
"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",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 3",
19
"Topic :: Terminals :: Terminal Emulators/X Terminals",
20
],
21
license="MIT",
22
install_requires=[
23
"ptyprocess;os_name!='nt'",
24
"pywinpty (>=0.5);os_name=='nt'",
25
"tornado (>=4)",
26
- "python-interface",
27
- "msgpack"
28
]
29
)
0 commit comments