Add PyPI classifiers (#1074)

This commit is contained in:
Micah Jerome Ellison 2020-11-14 11:30:45 -08:00 committed by Jonathan Wren
parent c38c39efee
commit a52f46949e
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

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"