X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=setup.py;h=e9f2ca6cbe1077582e8c8eabc81973a6ea14e1ef;hb=7b4791cfb73136db35160989c08660db55c3c34e;hp=865881c4cff1ee15594dae1f810c45cd239520b6;hpb=2c4d869f0c8eb27a27916fa4785c068ca16d2ab8;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/setup.py b/setup.py index 865881c..e9f2ca6 100644 --- a/setup.py +++ b/setup.py @@ -11,15 +11,15 @@ setup(name='music_sampler', 'to a set of actions to run', long_description=readme(), classifiers= [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.9', 'Topic :: Multimedia :: Sound/Audio :: Players' ], keywords='music sampler keyboard', - url='https://git.immae.eu/?p=perso/Immae/Projets/Python/MusicSampler.git', + url='https://git.immae.eu/cgit/perso/Immae/Projets/Python/MusicSampler.git/about/', author='Ismaël Bouya', author_email='ismael.bouya@normalesup.org', license='MIT',