summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Deldycke <kevin@deldycke.com>2020-09-04 13:04:50 +0200
committerGitHub <noreply@github.com>2020-09-04 13:04:50 +0200
commit8fffcbef7af4d6e6f8fa07257e562cde10fe9f15 (patch)
tree412c2f1176ecf045caae21fd7942eacec1130e3e
parent30c9f6bb523e291f336932de063d60e4b40550aa (diff)
downloadpelican-8fffcbef7af4d6e6f8fa07257e562cde10fe9f15.tar.gz
Add new reStructuredText classifier.
Just been added to the canonical list in: https://github.com/pypa/trove-classifiers/pull/46
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d766400e..1cf84312 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,6 +22,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup :: Markdown",
"Topic :: Text Processing :: Markup :: HTML",
+ "Topic :: Text Processing :: Markup :: reStructuredText",
]
[tool.poetry.urls]