Compare commits
3 commits
f8ead389b6
...
4a301b8b29
Author | SHA1 | Date | |
---|---|---|---|
4a301b8b29 | |||
959720bd75 | |||
5a9ba5b72a |
1 changed files with 9 additions and 2 deletions
|
@ -8,7 +8,7 @@ name = "formatitko"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Greenscreener", email="gs@grsc.cz" },
|
{ name="Greenscreener", email="gs@grsc.cz" },
|
||||||
{ name="Organizers of KSP", email="ksp-tech@ksp.mff.cuni.cz" }
|
{ name="Organizers of KSP", email="ksp@mff.cuni.cz" }
|
||||||
]
|
]
|
||||||
description = "A python program based on pandoc and its python library panflute for converting from markdown to TeX and HTML with added fancy features like image processing, python-based macros and much more."
|
description = "A python program based on pandoc and its python library panflute for converting from markdown to TeX and HTML with added fancy features like image processing, python-based macros and much more."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -19,6 +19,13 @@ classifiers = [
|
||||||
"Operating System :: Linux",
|
"Operating System :: Linux",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
"Pygments>=2.14.0",
|
||||||
|
"panflute>=2.3.0",
|
||||||
|
"fontTools>=4.38.0",
|
||||||
|
"Pillow>=9.4.0",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://gitea.ks.matfyz.cz/KSP/formatitko"
|
"Homepage" = "https://gitea.ks.matfyz.cz/KSP/formatitko"
|
||||||
"Bug Tracker" = "https://gitea.ks.matfyz.cz/KSP/formatitko/issues"
|
"Bug Tracker" = "https://gitea.ks.matfyz.cz/KSP/formatitko/issues"
|
||||||
|
|
Loading…
Reference in a new issue