Skip to content

Commit 578e277

Browse files
committed
build(pyproject): Add classifiers
1 parent 3dab36f commit 578e277

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ version = "1.5.5"
77
description = "tmux session manager."
88
license = "MIT"
99
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+
]
1027

1128
[tool.poetry.dependencies]
1229
python = "~2.7 || ^3.5"

0 commit comments

Comments
 (0)