From a52f46949e61ad4ce34fdfd9204c53e013f4a577 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 14 Nov 2020 11:30:45 -0800 Subject: [PATCH] Add PyPI classifiers (#1074) --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) 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"