Add PyPI classifiers

This commit is contained in:
Micah Jerome Ellison 2020-11-07 12:34:49 -08:00
parent ef75dffd96
commit cb09fd704e

View file

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