Add project classifiers
parent
c7a2a5c03c
commit
94fe0bd2da
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue