1
0
Fork 0
forked from github/pelican

Add new reStructuredText classifier.

Just been added to the canonical list in: https://github.com/pypa/trove-classifiers/pull/46
This commit is contained in:
Kevin Deldycke 2020-09-04 13:04:50 +02:00 committed by GitHub
commit 8fffcbef7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]