SF.net SVN: docutils:[10032 ] trunk/docutils/pyproject .toml
aa-turner--- via Docutils-checkins <[email protected]> Sat, 08 Mar 2025 02:18:03 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10032
http://sourceforge.net/p/docutils/code/10032
Author: aa-turner
Date: 2025-03-08 02:18:02 +0000 (Sat, 08 Mar 2025)
Log Message:
-----------
Add additional trove classifiers to project metadata
Modified Paths:
--------------
trunk/docutils/pyproject.toml
Modified: trunk/docutils/pyproject.toml
===================================================================
--- trunk/docutils/pyproject.toml 2025-03-08 02:05:29 UTC (rev 10031)
+++ trunk/docutils/pyproject.toml 2025-03-08 02:18:02 UTC (rev 10032)
@@ -30,14 +30,16 @@
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
+ "Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
+ "Intended Audience :: Information Technology",
"Intended Audience :: Other Audience",
- "Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: Public Domain",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
+ "Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
@@ -47,8 +49,18 @@
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Documentation",
+ "Topic :: Software Development",
"Topic :: Software Development :: Documentation",
+ "Topic :: Text Editors :: Documentation",
"Topic :: Text Processing",
+ "Topic :: Text Processing :: General",
+ "Topic :: Text Processing :: Markup",
+ "Topic :: Text Processing :: Markup :: HTML",
+ "Topic :: Text Processing :: Markup :: LaTeX",
+ "Topic :: Text Processing :: Markup :: Markdown",
+ "Topic :: Text Processing :: Markup :: reStructuredText",
+ "Topic :: Text Processing :: Markup :: XML",
+ "Topic :: Utilities",
"Natural Language :: English", # main/default language, keep first
"Natural Language :: Afrikaans",
"Natural Language :: Arabic",
@@ -106,8 +118,6 @@
# Sdist (*.tar.gz) generation
[tool.flit.sdist]
-
-# TODO: include generated HTML ?
include = [
"*.rst",
"*.txt",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.