[RFC PATCH 10/13] pyproject: add Windows operating-system classifier
Adrian Neftali Sanchez <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <[email protected]> |
Declare that b4 supports Windows by adding the "Operating System :: Microsoft :: Windows" trove classifier. Signed-off-by: Adrian Neftali Sanchez <[email protected]> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 96e2fa5..2522930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ requires-python = ">=3.11" classifiers = [ "Environment :: Console", "Operating System :: POSIX :: Linux", + "Operating System :: Microsoft :: Windows", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Topic :: Communications :: Email", -- 2.45.0.windows.1