summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-10-19 21:02:01 +0200
committerGitHub <noreply@github.com>2020-10-19 21:02:01 +0200
commite4d9c41a77b45cb7ff6b8d1732623990adf65931 (patch)
treee42b5387b621600eb06a5cff1faf07c3cdb2c3d0
parentf4bb0d89331f001eca4789c65e0c07b757bfae59 (diff)
parent8fffcbef7af4d6e6f8fa07257e562cde10fe9f15 (diff)
downloadpelican-e4d9c41a77b45cb7ff6b8d1732623990adf65931.tar.gz
Merge pull request #2799 from kdeldycke/trove-classifiers-cleanup
Trove classifiers tweaks
-rw-r--r--pyproject.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ba0573fb..1cf84312 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,15 +15,14 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Framework :: Pelican",
- "License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
- "Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
- "Programming Language :: Python :: 3.7",
- "Programming Language :: Python :: 3.8",
"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",
+ "Topic :: Text Processing :: Markup :: reStructuredText",
]
[tool.poetry.urls]