Skip to content

Commit

Permalink
add pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Ibatullin committed Mar 30, 2022
1 parent a90cc7c commit 4a4b5f7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a4b5f7

Please sign in to comment.