From cb09fd704ea7d2754fb33ba444421719125fbce9 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 7 Nov 2020 12:34:49 -0800 Subject: [PATCH] Add PyPI classifiers --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cf3b0be5..f2f8390a 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"