]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - setup.py
Add config
[perso/Immae/Projets/Python/MusicSampler.git] / setup.py
index a4cdb3cc0f9bcc2691867c7279431d64fe8f05db..e9f2ca6cbe1077582e8c8eabc81973a6ea14e1ef 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -11,20 +11,21 @@ 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',
         packages=['music_sampler', 'music_sampler.actions'],
         install_requires=[
+            'Cython>=0.24',
             'Kivy>=1.9.1',
             'pydub>=0.16.4',
             'Pygame>=1.9.2.dev1',