Skip to content

Commit 8ad6416

Browse files
committed
build: Format classifiers, fix typo
1 parent f9e7e35 commit 8ad6416

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@ description = "vcs abstraction layer"
88
license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]
1010
keywords = ["libvcs"]
11-
classifiers = ["Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: POSIX", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities", "Topic :: System :: Shells"]
11+
classifiers = ["Development Status :: 4 - Beta",
12+
"License :: OSI Approved :: MIT License",
13+
"Environment :: Web Environment",
14+
"Intended Audience :: Developers",
15+
"Operating System :: POSIX",
16+
"Operating System :: MacOS :: MacOS X",
17+
"Programming Language :: Python",
18+
"Programming Language :: Python :: 2.7",
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3.5",
21+
"Programming Language :: Python :: 3.6",
22+
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: Implementation :: PyPy",
24+
"Topic :: Utilities",
25+
"Topic :: System :: Shells"]
1226
homepage = "http://github.com/vcs-python/libvcs/"
1327
readme = "README.rst"
1428

0 commit comments

Comments
 (0)