diff --git a/pyproject.toml b/pyproject.toml index 7e212e2f..9bb3825f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,11 @@ license = "GPL-3.0-only" readme = "README.md" homepage = "https://jrnl.sh" repository = "https://github.com/jrnl-org/jrnl" +classifiers = [ + "Topic :: Office/Business :: News/Diary", + "Environment :: Console", + "Operating System :: OS Independent" +] [tool.poetry.dependencies] python = ">=3.7.0, <3.10.0"