Skip to content

Commit 63694bb

Browse files
committed
build: fix invalid PyPI classifier in pyproject.toml
Signed-off-by: Samuel Amen Ague <ague.samuel27@gmail.com>
1 parent 8bb643b commit 63694bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
"License :: OSI Approved :: Apache Software License",
3636
"Operating System :: OS Independent",
3737
"Intended Audience :: Developers",
38-
"Intended Audience :: DevOps",
38+
"Intended Audience :: System Administrators",
3939
"Intended Audience :: End Users/Desktop",
4040
"Topic :: Software Development :: Build Tools",
4141
]

0 commit comments

Comments
 (0)