File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ version = "0.8.2"
7
7
description = " scripting library / orm for tmux"
8
8
license = " MIT"
9
9
authors = [" Tony Narlock <tony@git-pull.com>" ]
10
+ classifiers = [
11
+ ' Development Status :: 5 - Production/Stable' ,
12
+ " License :: OSI Approved :: MIT License" ,
13
+ " Operating System :: POSIX" ,
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' ,
24
+ " Topic :: Utilities" ,
25
+ " Topic :: System :: Shells"
26
+ ]
10
27
11
28
[tool .poetry .dependencies ]
12
29
python = " ~2.7 || ^3.5"
You can’t perform that action at this time.
0 commit comments