SF.net SVN: docutils:[9645 ] trunk/docutils/pyproject .toml
milde--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9645
http://sourceforge.net/p/docutils/code/9645
Author: milde
Date: 2024-04-16 13:00:22 +0000 (Tue, 16 Apr 2024)
Log Message:
-----------
Uncomment classifiers for Georgian and Catalan (Valencian) languages.
Both classifiers were added to the "pypa/trove-classifiers" repository and
should be available on https://pypi.org/classifiers/ in the next few days.
cf. https://github.com/pypa/trove-classifiers/pull/176#issuecomment-2047518230
Modified Paths:
--------------
trunk/docutils/pyproject.toml
Modified: trunk/docutils/pyproject.toml
===================================================================
--- trunk/docutils/pyproject.toml 2024-04-15 18:34:05 UTC (rev 9644)
+++ trunk/docutils/pyproject.toml 2024-04-16 13:00:22 UTC (rev 9645)
@@ -50,7 +50,7 @@
'Natural Language :: Afrikaans',
'Natural Language :: Arabic',
'Natural Language :: Catalan',
- # 'Natural Language :: Catalan (Valencian)', # currently not listed in trove-classifiers
+ 'Natural Language :: Catalan (Valencian)', # currently not listed in trove-classifiers
'Natural Language :: Chinese (Simplified)',
'Natural Language :: Chinese (Traditional)',
'Natural Language :: Czech',
@@ -60,7 +60,7 @@
'Natural Language :: Finnish',
'Natural Language :: French',
'Natural Language :: Galician',
- # 'Natural Language :: Georgian', # currently not listed in trove-classifiers
+ 'Natural Language :: Georgian', # currently not listed in trove-classifiers
'Natural Language :: German',
'Natural Language :: Hebrew',
'Natural Language :: Italian',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.