diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-12 01:17:13 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-12 02:44:41 +0800 |
commit | 8e025df306e8f07a60ae81263cca34ebbc837f08 (patch) | |
tree | 1888f389818fdfccea1570618bd3dea7e51a0717 /textproc/py-atoml/files/setup.py | |
parent | sysutils/py-plumbum: Update to 1.7.2 (diff) |
textproc/py-atoml: Update to 1.1.1
Changes: https://github.com/frostming/atoml/releases
Diffstat (limited to '')
-rw-r--r-- | textproc/py-atoml/files/setup.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/py-atoml/files/setup.py b/textproc/py-atoml/files/setup.py index d1601330afcc..b36d2ebf8e9f 100644 --- a/textproc/py-atoml/files/setup.py +++ b/textproc/py-atoml/files/setup.py @@ -25,11 +25,18 @@ setup_kwargs = { 'long_description_content_type': 'text/markdown', 'classifiers': [ 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3', + 'Operating System :: MacOS', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', + 'Topic :: Software Development :: Libraries :: Python Modules', ], 'python_requires': '>=3.6', |