mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add PyPI classifiers (#1074)
This commit is contained in:
parent
c38c39efee
commit
a52f46949e
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue