Skip to content

Commit b1f5a49

Browse files
author
daniel.eades
committed
fixup
1 parent 240f6ac commit b1f5a49

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ keywords = [
2626
]
2727

2828
classifiers = [
29-
"Development Status :: 5 - Production/Stable",
30-
"Environment :: Console",
31-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
32-
"Operating System :: OS Independent",
33-
"Programming Language :: Python",
34-
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.9",
36-
"Programming Language :: Python :: 3.10",
37-
"Programming Language :: Python :: 3.11",
38-
"Programming Language :: Python :: 3.12",
39-
"Programming Language :: Python :: 3.13",
40-
"Topic :: Software Development :: Documentation",
41-
"Topic :: Text Editors :: Documentation",
42-
"Topic :: Text Processing :: Markup",
29+
"Development Status :: 5 - Production/Stable",
30+
"Environment :: Console",
31+
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
32+
"Operating System :: OS Independent",
33+
"Programming Language :: Python",
34+
"Programming Language :: Python :: 3",
35+
"Programming Language :: Python :: 3.9",
36+
"Programming Language :: Python :: 3.10",
37+
"Programming Language :: Python :: 3.11",
38+
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
40+
"Topic :: Software Development :: Documentation",
41+
"Topic :: Text Editors :: Documentation",
42+
"Topic :: Text Processing :: Markup",
4343
]
4444

4545
[tool.poetry.dependencies]
@@ -53,7 +53,7 @@ requests = "^2.0"
5353
python-frontmatter = "^1.0"
5454
python-markdown-math = "~0.6"
5555
plantuml-markdown = "^3.4.2"
56-
six = "*" # fixes https://github.com/dougn/python-plantuml/issues/11
56+
six = "*" # fixes https://github.com/dougn/python-plantuml/issues/11
5757
openpyxl = ">=3.1.2"
5858
verchew = "^3.4.2"
5959

0 commit comments

Comments
 (0)