Skip to content

Commit e385c18

Browse files
committed
Updated Trove classifiers for distutils
1 parent 57ef405 commit e385c18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@
3737
long_description_content_type='text/markdown',
3838

3939
classifiers=[
40-
'Programming Language :: Python :: 3',
40+
'Development Status :: 5 - Production/Stable',
41+
'Intended Audience :: Developers',
4142
'License :: OSI Approved :: Apache Software License',
4243
'Operating System :: OS Independent',
43-
'Intended Audience :: Developers',
44+
'Programming Language :: Python :: 3.8',
45+
'Programming Language :: Python :: 3.9',
46+
'Programming Language :: Python :: 3.10',
47+
'Programming Language :: Python :: 3.11',
4448
'Topic :: Software Development :: Libraries',
4549
],
4650
keywords='apify, api, client, scraping, automation',

0 commit comments

Comments
 (0)