From 2fd732701a3c5332a5df9a8d83d8464466415aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 16 Aug 2021 22:27:12 +0200 Subject: Upgrade to latest versions --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3