diff --git a/pyproject.toml b/pyproject.toml index d716de5..fff0184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,18 @@ license = "BSD-3-Clause" readme = "README.md" homepage = "https://github.com/obormot/secretfs" repository = "https://github.com/obormot/secretfs" -keywords = ["security", "secrets", "fuse", "filesystem"] exclude = ["secretfs/demo/*"] +keywords = ["security", "secrets", "fuse", "filesystem"] +classifiers = [ + "Environment :: Console", + "Operating System :: MacOS", + "Operating System :: POSIX :: Linux", + "Operating System :: POSIX :: BSD :: FreeBSD", + "Topic :: System :: Filesystems", + "Topic :: Security" +] + [tool.poetry.dependencies] python = "^3.8" psutil = "^5.9.0"