Skip to content

Commit

Permalink
Improve pyproject description
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Mar 16, 2024
1 parent 26c0fe9 commit c3a8151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changelog of ResultWizard
# Changelog

TODO
👀 Nothing here yet
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = [
{ name = "Paul Obernolte (paul019)" },
{ name = "Dominic Plein (Splines)" },
]
description = "Python to LaTeX variable conversion"
description = "Intelligent interface between Python-computed values and your LaTeX work"
keywords = [
"latex",
"variable",
Expand All @@ -29,11 +29,11 @@ keywords = [
"jupyter",
]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
license = { file = "LICENSE" }
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#classifiers
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 3 - Alpha",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Build Tools",
"Topic :: Text Processing :: Markup :: LaTeX",
Expand Down

0 comments on commit c3a8151

Please sign in to comment.