@@ -8,19 +8,19 @@ description = "scripting library / orm for tmux"
8
8
license = " MIT"
9
9
authors = [" Tony Narlock <tony@git-pull.com>" ]
10
10
classifiers = [
11
- ' Development Status :: 5 - Production/Stable' ,
11
+ " Development Status :: 5 - Production/Stable" ,
12
12
" License :: OSI Approved :: MIT License" ,
13
13
" Operating System :: POSIX" ,
14
14
" Operating System :: MacOS :: MacOS X" ,
15
- ' Environment :: Web Environment' ,
16
- ' Intended Audience :: Developers' ,
17
- ' Programming Language :: Python' ,
18
- ' Programming Language :: Python :: 2.7' ,
19
- ' Programming Language :: Python :: 3.5' ,
20
- ' Programming Language :: Python :: 3.6' ,
21
- ' Programming Language :: Python :: 3.7' ,
22
- ' Programming Language :: Python :: 3.8' ,
23
- ' Programming Language :: Python :: Implementation :: PyPy' ,
15
+ " Environment :: Web Environment" ,
16
+ " Intended Audience :: Developers" ,
17
+ " Programming Language :: Python" ,
18
+ " Programming Language :: Python :: 2.7" ,
19
+ " Programming Language :: Python :: 3.5" ,
20
+ " Programming Language :: Python :: 3.6" ,
21
+ " Programming Language :: Python :: 3.7" ,
22
+ " Programming Language :: Python :: 3.8" ,
23
+ " Programming Language :: Python :: Implementation :: PyPy" ,
24
24
" Topic :: Utilities" ,
25
25
" Topic :: System :: Shells"
26
26
]
0 commit comments