summaryrefslogtreecommitdiff
path: root/textproc/py-atoml/files/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-atoml/files/setup.py')
-rw-r--r--textproc/py-atoml/files/setup.py9
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',