summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Mondéjar <mondejar1994@gmail.com>2020-08-24 15:14:24 +0200
committerWaylan Limberg <waylan.limberg@icloud.com>2020-08-24 13:52:59 -0400
commitf6c2fe9a218ecf2bcf39a89e7f91d847228ea0ae (patch)
treeda25ec475c85c18a69c2c94e5ee518fa4da80c08
parent370e17b3923d7d8f4709652bc24b695271a0210d (diff)
downloadpython-markdown-f6c2fe9a218ecf2bcf39a89e7f91d847228ea0ae.tar.gz
Add Markdown text processing classifier to setup
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a0e29de..1f478ca 100755
--- a/setup.py
+++ b/setup.py
@@ -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'
]
)