diff options
author | Álvaro Mondéjar <mondejar1994@gmail.com> | 2020-08-24 15:14:24 +0200 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2020-08-24 13:52:59 -0400 |
commit | f6c2fe9a218ecf2bcf39a89e7f91d847228ea0ae (patch) | |
tree | da25ec475c85c18a69c2c94e5ee518fa4da80c08 | |
parent | 370e17b3923d7d8f4709652bc24b695271a0210d (diff) | |
download | python-markdown-f6c2fe9a218ecf2bcf39a89e7f91d847228ea0ae.tar.gz |
Add Markdown text processing classifier to setup
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -127,6 +127,7 @@ setup( 'Topic :: Software Development :: Documentation', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Filters', - 'Topic :: Text Processing :: Markup :: HTML' + 'Topic :: Text Processing :: Markup :: HTML', + 'Topic :: Text Processing :: Markup :: Markdown' ] ) |