1
0
Fork 0

Add project classifiers

This commit is contained in:
Daniele Tricoli 2023-03-08 16:16:09 +01:00
parent c7a2a5c03c
commit 94fe0bd2da

View file

@ -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"