Skip to content

Commit 5b2f83e

Browse files
committed
package: python 3.4 support, remove unused os import
1 parent e45057f commit 5b2f83e

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
@@ -6,7 +6,6 @@
66
Manage tmux workspaces from JSON and YAML, pythonic API, shell completion.
77
88
"""
9-
import os
109
import sys
1110

1211
from setuptools import setup
@@ -56,6 +55,7 @@
5655
'Programming Language :: Python :: 2.6',
5756
'Programming Language :: Python :: 2.7',
5857
'Programming Language :: Python :: 3.3',
58+
'Programming Language :: Python :: 3.4',
5959
"Topic :: Utilities",
6060
"Topic :: System :: Shells",
6161
],

0 commit comments

Comments
 (0)