]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - setup.py
Upgrade to latest versions
[perso/Immae/Projets/Python/MusicSampler.git] / setup.py
index 865881c4cff1ee15594dae1f810c45cd239520b6..e9f2ca6cbe1077582e8c8eabc81973a6ea14e1ef 100644 (file)
--- 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',