Skip to content

Commit

Permalink
Update classifiers in the setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfinlay committed Dec 31, 2022
1 parent 1c6ed5a commit 1cbf886
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def read(*names):
},

classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications",
"Environment :: MacOS X",
Expand All @@ -157,6 +157,9 @@ def read(*names):
"Programming Language :: Python :: 3.5",
"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",
"Topic :: Multimedia :: Sound/Audio :: Speech",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit 1cbf886

Please sign in to comment.