Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Add development status inactive classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jul 3, 2023
1 parent 014756f commit b35fa6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -111,7 +111,7 @@
license='Apache License 2.0',
platforms = ['POSIX', 'Windows'],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Development Status :: 7 - Inactive',
'Environment :: Console',
'Intended Audience :: Developers',
'Operating System :: POSIX',
Expand All @@ -121,6 +121,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Software Development',
],
python_requires=">=3.6",
Expand Down

0 comments on commit b35fa6c

Please sign in to comment.