docs: audio example

This commit is contained in:
Florian Hönicke
2023-04-08 15:21:38 +02:00
parent 39f5991471
commit 1e644e5ac9
3 changed files with 17 additions and 5 deletions

View File

@@ -21,14 +21,17 @@ setup(
'gptdeploy=main:main',
],
},
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: Apache License',
'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',
],
)