Skip to content

Commit 0866275

Browse files
committed
build(trove classifiers): Update trove classifiers
See also: https://pypi.org/classifiers/
1 parent 884387d commit 0866275

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["libvcs", "git", "mercurial", "hg", "svn", "subversion", "library",
88
classifiers = [
99
"Development Status :: 4 - Beta",
1010
"License :: OSI Approved :: MIT License",
11-
"Environment :: Web Environment",
11+
"Environment :: Console",
1212
"Intended Audience :: Developers",
1313
"Operating System :: POSIX",
1414
"Operating System :: MacOS :: MacOS X",
@@ -18,7 +18,12 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: Implementation :: PyPy",
2020
"Topic :: Utilities",
21-
"Topic :: System :: Shells"
21+
"Topic :: Software Development :: Libraries :: Python Modules",
22+
"Topic :: Software Development :: Version Control",
23+
"Topic :: Software Development :: Version Control :: Git",
24+
"Topic :: Software Development :: Version Control :: Mercurial",
25+
"Topic :: System :: Shells",
26+
"Typing :: Typed"
2227
]
2328
homepage = "http://github.com/vcs-python/libvcs/"
2429
readme = "README.md"

0 commit comments

Comments
 (0)