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 = "1.5.5"
77description = " tmux session manager."
88license = " MIT"
99authors = [" 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+ ]
1027
1128[tool .poetry .dependencies ]
1229python = " ~2.7 || ^3.5"
You can’t perform that action at this time.
0 commit comments