diff options
author | Kevin Deldycke <kevin@deldycke.com> | 2020-09-04 13:04:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 13:04:50 +0200 |
commit | 8fffcbef7af4d6e6f8fa07257e562cde10fe9f15 (patch) | |
tree | 412c2f1176ecf045caae21fd7942eacec1130e3e | |
parent | 30c9f6bb523e291f336932de063d60e4b40550aa (diff) | |
download | pelican-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.toml | 1 |
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] |