Skip to content

Commit

Permalink
Updated classifiers list.
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Feb 17, 2023
1 parent db8ac0d commit 716f359
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


CLASSIFIERS = [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Education',
Expand All @@ -40,9 +40,11 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'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 :: 3.11',
]

DESCRIPTION = ('The Muddler derived-file sharing utility.')
Expand Down

0 comments on commit 716f359

Please sign in to comment.