From 94fe0bd2da5a5fe11ff44c62e6e3b79b781dcb22 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Wed, 8 Mar 2023 16:16:09 +0100 Subject: [PATCH] Add project classifiers --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 86ab3b6..a5bb6c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,14 @@ readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/eriol/freakble" packages = [{include = "freakble", from = "src"}] +classifiers = [ + "Development Status :: 3 - Alpha", + "License :: OSI Approved :: BSD License", + "Operating System :: Microsoft :: Windows :: Windows 10", + "Operating System :: POSIX :: Linux", + "Operating System :: MacOS :: MacOS X", + "Topic :: Communications", +] [tool.poetry.dependencies] python = "^3.8"