summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorKevin Deldycke <kevin@deldycke.com>2020-09-03 11:30:11 +0200
committerKevin Deldycke <kevin@deldycke.com>2020-09-03 11:30:11 +0200
commit30c9f6bb523e291f336932de063d60e4b40550aa (patch)
tree665bccac48ed2d5a25e5acca7b05cfc29d0e0a9f /pyproject.toml
parentaed71c30f86f5b929e735e17a36e838b5ee527ec (diff)
downloadpelican-30c9f6bb523e291f336932de063d60e4b40550aa.tar.gz
Refine classification.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0e920513..d766400e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,8 +17,11 @@ classifiers = [
"Framework :: Pelican",
"Operating System :: OS Independent",
"Programming Language :: Python :: Implementation :: CPython",
- "Topic :: Internet :: WWW/HTTP",
+ "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System",
+ "Topic :: Internet :: WWW/HTTP :: Site Management",
"Topic :: Software Development :: Libraries :: Python Modules",
+ "Topic :: Text Processing :: Markup :: Markdown",
+ "Topic :: Text Processing :: Markup :: HTML",
]
[tool.poetry.urls]